From bf80cfa4d8acb9321a2b13a1b7654d5a03aad277 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sun, 4 Oct 2015 15:56:30 -0600 Subject: [PATCH] ViewItem: Make drag_release virtual --- pv/view/viewitem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv/view/viewitem.hpp b/pv/view/viewitem.hpp index 82851e5c..b408ec2f 100644 --- a/pv/view/viewitem.hpp +++ b/pv/view/viewitem.hpp @@ -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. -- 2.30.2