summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-16 20:11:33 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-16 20:11:33 +0000
commitec90b0ceb09e2c678a76ded3485e24bb37889801 (patch)
tree6c7d5773fa69e2bcdcee08d45f1aaacca2761e4d /gtk2_ardour/public_editor.h
parent86d927b4ddbcedd1d6c120b1176aaef7352773cd (diff)
Use a Drag class for midi note selection, so that it
gets autoscroll (#4474). git-svn-id: svn://localhost/ardour2/branches/3.0@10650 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index c8352150fc..4107097236 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -389,7 +389,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
virtual Marker* find_marker_from_location_id (PBD::ID const &, bool) const = 0;
virtual void snap_to_with_modifier (framepos_t &, GdkEvent const *, int32_t direction = 0, bool for_mark = false) = 0;
-
+
/// Singleton instance, set up by Editor::Editor()
static PublicEditor* _instance;