beat slicing patch #1 from lincoln spiteri
[ardour.git] / gtk2_ardour / rhythm_ferret.h
index b18a86377ca0dc516dbca2dc1060589652c26080..043b9fe8a71ac716dd581822c8ad81ed6f37c962 100644 (file)
@@ -17,7 +17,7 @@ namespace ARDOUR {
        class Readable;
 }
 
-class PublicEditor;
+class Editor;
 class RegionView;
 
 class RhythmFerret : public ArdourDialog {
@@ -36,7 +36,7 @@ class RhythmFerret : public ArdourDialog {
                ConformRegion
        };
 
-       RhythmFerret (PublicEditor&);
+       RhythmFerret (Editor&);
 
        void set_session (ARDOUR::Session*);
 
@@ -44,7 +44,7 @@ class RhythmFerret : public ArdourDialog {
        void on_hide ();
 
   private:
-       PublicEditor& editor;
+       Editor& editor;
 
        Gtk::ComboBoxText operation_selector;