summaryrefslogtreecommitdiffstats
path: root/src/gui/Window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Window.hpp')
-rw-r--r--src/gui/Window.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/Window.hpp b/src/gui/Window.hpp
index acf75942..fa2016a8 100644
--- a/src/gui/Window.hpp
+++ b/src/gui/Window.hpp
@@ -38,8 +38,7 @@ public:
explicit Window(BaseObjectType* cobject)
: Gtk::Window(cobject)
- {
- }
+ {}
virtual void init_window(App& app) { _app = &app; }
@@ -66,8 +65,7 @@ public:
explicit Dialog(BaseObjectType* cobject)
: Gtk::Dialog(cobject)
- {
- }
+ {}
virtual void init_dialog(App& app) { _app = &app; }