summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-21 16:56:58 +0000
committerDavid Robillard <d@drobilla.net>2009-10-21 16:56:58 +0000
commit046f8026628a52adeb6983948e39b2665f4c0b49 (patch)
tree49521c46b6de350b397155227d2daf8423a4c2a3 /gtk2_ardour/plugin_ui.h
parent86a09c58e3e0e66b1e3525680327545f2b5372c6 (diff)
Fix unnecessarily type specific code, tidy, fix whitespace.
git-svn-id: svn://localhost/ardour2/branches/3.0@5844 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index a80a3971df..f27e40f3d5 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -185,16 +185,16 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
/* input */
- Gtk::ComboBoxText* combo;
- std::map<std::string, float>* combo_map;
- Gtk::ToggleButton* button;
- boost::shared_ptr<AutomationController> controller;
- Gtkmm2ext::ClickBox* clickbox;
- Gtk::Label label;
- bool logarithmic;
- bool update_pending;
- char ignore_change;
- Gtk::Button automate_button;
+ Gtk::ComboBoxText* combo;
+ std::map<std::string, float>* combo_map;
+ Gtk::ToggleButton* button;
+ boost::shared_ptr<AutomationController> controller;
+ Gtkmm2ext::ClickBox* clickbox;
+ Gtk::Label label;
+ bool logarithmic;
+ bool update_pending;
+ char ignore_change;
+ Gtk::Button automate_button;
/* output */
@@ -243,7 +243,7 @@ class PluginUIWindow : public Gtk::Window
void resize_preferred();
void set_parent (Gtk::Window*);
- void set_title(const Glib::ustring& title);
+ void set_title(const Glib::ustring& title);
bool on_enter_notify_event (GdkEventCrossing*);