From 2f9184d65395da75a43ea21ffb5f11b8d577d27a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 6 Jul 2010 11:33:27 +0000 Subject: beat slicing patch #1 from lincoln spiteri git-svn-id: svn://localhost/ardour2/branches/3.0@7381 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/rhythm_ferret.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/rhythm_ferret.h') diff --git a/gtk2_ardour/rhythm_ferret.h b/gtk2_ardour/rhythm_ferret.h index b18a86377c..043b9fe8a7 100644 --- a/gtk2_ardour/rhythm_ferret.h +++ b/gtk2_ardour/rhythm_ferret.h @@ -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; -- cgit v1.2.3