mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
No-op; whitespace.
git-svn-id: svn://localhost/ardour2/branches/3.0@8837 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c9d16512e9
commit
886cae6dcc
1 changed files with 22 additions and 22 deletions
|
|
@ -220,15 +220,15 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
|
||||||
|
|
||||||
/* output */
|
/* output */
|
||||||
|
|
||||||
Gtk::EventBox *display;
|
Gtk::EventBox* display;
|
||||||
Gtk::Label* display_label;
|
Gtk::Label* display_label;
|
||||||
|
|
||||||
Gtk::HBox * hbox;
|
Gtk::HBox* hbox;
|
||||||
Gtk::VBox * vbox;
|
Gtk::VBox* vbox;
|
||||||
MeterInfo * meterinfo;
|
MeterInfo* meterinfo;
|
||||||
|
|
||||||
ControlUI ();
|
ControlUI ();
|
||||||
~ControlUI();
|
~ControlUI ();
|
||||||
};
|
};
|
||||||
|
|
||||||
std::vector<ControlUI*> input_controls;
|
std::vector<ControlUI*> input_controls;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue