summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-28 13:38:35 +0100
committerRobin Gareus <robin@gareus.org>2016-12-28 13:38:49 +0100
commit0869aa0f6c045bea9ae3b1a030570f27faa90358 (patch)
tree610b7293fee4dd976314881bcf824b86a079a77c /gtk2_ardour/option_editor.h
parent27ee53bf8f40831bf8c130aed6be2369c154e13f (diff)
Add Locale config preferences and rearrange UI prefs
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index b5d44d577c..e32c489f27 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -79,7 +79,7 @@ public:
virtual Gtk::Widget& tip_widget() = 0;
-private:
+protected:
void maybe_add_note (OptionEditorPage *, int);
std::string _note;