update some calls to use new get_preferred_edit_position; needs testing
[ardour.git] / gtk2_ardour / ardour_ui.h
index 6cce503511a92a9a4398c31bf20f29da59b506f7..c078422ef36c5610f9092e7c5a97757dc229850b 100644 (file)
@@ -186,7 +186,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
        static ARDOUR_UI *instance () { return theArdourUI; }
        static UIConfiguration *config () { return theArdourUI->ui_config; }
        
-       PublicEditor&     the_editor(){return *editor;}
+       PublicEditor&     the_editor() { return *editor;}
        Mixer_UI* the_mixer() { return mixer; }
 
        void new_midi_tracer_window ();