summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-10-12 20:06:20 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-10-12 20:06:20 +0000
commitabb086738cdd0f862b1600e0780bbbf0f0967713 (patch)
tree6eaf4d0af7143ed694ad6b857b050bf6c7d59e0e /gtk2_ardour/option_editor.h
parent192c6a9c1619de657602f385f92537e3c7ea5722 (diff)
Start of sfdb_v3.
git-svn-id: svn://localhost/trunk/ardour2@58 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index 014e1aebf6..02237103a2 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -192,7 +192,7 @@ class OptionEditor : public ArdourDialog
MidiIndex = 2
};
- std::map<MIDI::Port*,vector<Gtk::RadioButton*> > port_toggle_buttons;
+ std::map<MIDI::Port*,std::vector<Gtk::RadioButton*> > port_toggle_buttons;
/* Click */
@@ -209,8 +209,8 @@ class OptionEditor : public ArdourDialog
void setup_click_editor ();
void clear_click_editor ();
- void click_chosen (vector<string> paths, bool ignore);
- void click_emphasis_chosen (vector<string> paths, bool ignore);
+ void click_chosen (std::string paths);
+ void click_emphasis_chosen (std::string paths);
void click_browse_clicked ();
void click_emphasis_browse_clicked ();
@@ -284,7 +284,7 @@ class OptionEditor : public ArdourDialog
void debug_keyboard_clicked ();
void speed_quieten_clicked ();
- void fixup_combo_size (Gtk::ComboBox&, vector<string>& strings);
+ void fixup_combo_size (Gtk::ComboBox&, std::vector<std::string>& strings);
};
#endif /* __gtk_ardour_option_editor_h__ */