summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-10-28 20:01:26 +0000
committerCarl Hetherington <carl@carlh.net>2010-10-28 20:01:26 +0000
commitdb5c8c9791bc42611e3150d6f8861300b32a1cbf (patch)
tree4fde6c91f85f8a2bcf1b12093884db6b51e6c592 /gtk2_ardour/region_editor.h
parente88f7f6b55142860155e06b5d92c6693414816e7 (diff)
Add region peak amplitude to region editor.
git-svn-id: svn://localhost/ardour2/branches/3.0@7937 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_editor.h')
-rw-r--r--gtk2_ardour/region_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/region_editor.h b/gtk2_ardour/region_editor.h
index df9df33fc8..66f0f6226d 100644
--- a/gtk2_ardour/region_editor.h
+++ b/gtk2_ardour/region_editor.h
@@ -52,6 +52,7 @@ class RegionEditor : public ArdourDialog
{
public:
RegionEditor (ARDOUR::Session*, boost::shared_ptr<ARDOUR::Region>);
+ virtual ~RegionEditor () {}
protected:
virtual void region_changed (const PBD::PropertyChange&);