summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rhythm_ferret.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/rhythm_ferret.h')
-rw-r--r--gtk2_ardour/rhythm_ferret.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/gtk2_ardour/rhythm_ferret.h b/gtk2_ardour/rhythm_ferret.h
index d302226dd9..df0a9b3dfe 100644
--- a/gtk2_ardour/rhythm_ferret.h
+++ b/gtk2_ardour/rhythm_ferret.h
@@ -40,11 +40,12 @@ namespace ARDOUR {
class Editor;
class RegionView;
-class RhythmFerret : public ArdourDialog {
- public:
+class RhythmFerret : public ArdourDialog
+{
+public:
/* order of these enums must match the _analyse_mode_strings
- in rhythm_ferret.cc
- */
+ * in rhythm_ferret.cc
+ */
enum AnalysisMode {
PercussionOnset,
NoteOnset
@@ -61,10 +62,10 @@ class RhythmFerret : public ArdourDialog {
void set_session (ARDOUR::Session*);
void on_response (int);
- protected:
+protected:
void on_hide ();
- private:
+private:
Editor& editor;
Gtk::ComboBoxText operation_selector;