summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-22 00:26:26 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-22 00:26:26 +0000
commit22a2c820452eeec0399039149c179c4b0f7dcc21 (patch)
treea5a9a812976b060932a6c51f6857ffed4624592a /gtk2_ardour/region_view.h
parentb1c3a224983a6b0cc5c5bb4b042d15f1d67ae5b3 (diff)
Make region properties dialogue work for MIDI regions too.
git-svn-id: svn://localhost/ardour2/branches/3.0@7136 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index 228fcdab42..6a94bb91ca 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -72,8 +72,8 @@ class RegionView : public TimeAxisViewItem
bool set_position(nframes64_t pos, void* src, double* delta = 0);
void fake_set_opaque (bool yn);
- virtual void show_region_editor () {}
- virtual void hide_region_editor();
+ virtual void show_region_editor ();
+ void hide_region_editor ();
virtual void region_changed (const PBD::PropertyChange&);