]> sigrok.org Git - pulseview.git/commitdiff
ViewItem: Make drag_release virtual
authorJoel Holdsworth <redacted>
Sun, 4 Oct 2015 21:56:30 +0000 (15:56 -0600)
committerJoel Holdsworth <redacted>
Sun, 18 Oct 2015 21:32:29 +0000 (15:32 -0600)
pv/view/viewitem.hpp

index 82851e5c2685571b0b063d1c2c816a98299f5234..b408ec2f5fbcf5a740b65900003e4329b91a8499 100644 (file)
@@ -81,7 +81,7 @@ public:
        /**
         * Sets this item into the un-dragged state.
         */
-       void drag_release();
+       virtual void drag_release();
 
        /**
         * Drags the item to a delta relative to the drag point.