summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-04-07 12:49:31 +0000
committerCarl Hetherington <carl@carlh.net>2010-04-07 12:49:31 +0000
commit298db6ef3510fdc06c31f5425afe423a67f2113b (patch)
tree97658d0e2b5f6f908ea758bd22702589f7a66f64 /libs/pbd
parent0130c1e8213bf3ec5da7e972eaa3bc8e090faa8d (diff)
Add virtual destructor.
git-svn-id: svn://localhost/ardour2/branches/3.0@6871 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd/property_basics.h2
1 files changed, 2 insertions, 0 deletions
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;