summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-01 15:50:48 +0200
committerRobin Gareus <robin@gareus.org>2017-04-01 15:56:35 +0200
commitdae7e8dbd312d2d47b8eb4ffb1025555d537711c (patch)
tree1cec5cac67c0a0f6ab47096a088995f62729d770 /gtk2_ardour/ardour_dialog.h
parent16cdab6327604e87d65659aef64a8c04aec378b0 (diff)
NO-OP: whitespace
Diffstat (limited to 'gtk2_ardour/ardour_dialog.h')
-rw-r--r--gtk2_ardour/ardour_dialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/ardour_dialog.h b/gtk2_ardour/ardour_dialog.h
index 1224cbb00a..3c1b869e73 100644
--- a/gtk2_ardour/ardour_dialog.h
+++ b/gtk2_ardour/ardour_dialog.h
@@ -37,20 +37,20 @@ namespace WM {
*/
class ArdourDialog : public Gtk::Dialog, public ARDOUR::SessionHandlePtr
{
- public:
+public:
ArdourDialog (std::string title, bool modal = false, bool use_separator = false);
ArdourDialog (Gtk::Window& parent, std::string title, bool modal = false, bool use_separator = false);
~ArdourDialog();
bool on_focus_in_event (GdkEventFocus*);
bool on_focus_out_event (GdkEventFocus*);
- bool on_delete_event (GdkEventAny*);
+ bool on_delete_event (GdkEventAny*);
void on_unmap ();
void on_show ();
- private:
- WM::ProxyTemporary* proxy;
- bool _splash_pushed;
+private:
+ WM::ProxyTemporary* proxy;
+ bool _splash_pushed;
void init ();
static sigc::signal<void> CloseAllDialogs;