Add virtual destructor.

git-svn-id: svn://localhost/ardour2/branches/3.0@6871 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2010-04-07 12:49:31 +00:00
parent 0130c1e821
commit 298db6ef35

View File

@@ -82,6 +82,8 @@ public:
: _property_id (pid)
{}
virtual ~PropertyBase () {}
/** Forget about any old value for this state */
virtual void clear_history () = 0;