From 298db6ef3510fdc06c31f5425afe423a67f2113b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 7 Apr 2010 12:49:31 +0000 Subject: [PATCH] Add virtual destructor. git-svn-id: svn://localhost/ardour2/branches/3.0@6871 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/pbd/property_basics.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/pbd/pbd/property_basics.h b/libs/pbd/pbd/property_basics.h index 9661180e21..5e94abdfc3 100644 --- a/libs/pbd/pbd/property_basics.h +++ b/libs/pbd/pbd/property_basics.h @@ -82,6 +82,8 @@ public: : _property_id (pid) {} + virtual ~PropertyBase () {} + /** Forget about any old value for this state */ virtual void clear_history () = 0; -- 2.30.2