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

index b408ec2f5fbcf5a740b65900003e4329b91a8499..ac404ceaa415c21c72a55834633569c99eb57e85 100644 (file)
@@ -66,7 +66,7 @@ public:
        /**
         * Selects or deselects the signal.
         */
        /**
         * Selects or deselects the signal.
         */
-       void select(bool select = true);
+       virtual void select(bool select = true);
 
        /**
         * Returns true if the item is being dragged.
 
        /**
         * Returns true if the item is being dragged.