aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/NodePropertiesWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NodePropertiesWindow.hpp')
-rw-r--r--src/gui/NodePropertiesWindow.hpp13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/gui/NodePropertiesWindow.hpp b/src/gui/NodePropertiesWindow.hpp
index 2b61d03..7d395c9 100644
--- a/src/gui/NodePropertiesWindow.hpp
+++ b/src/gui/NodePropertiesWindow.hpp
@@ -22,12 +22,17 @@
#include "raul/SharedPtr.hpp"
-namespace Machina { namespace Client { class ClientObject; } }
-
-class NodePropertiesWindow : public Gtk::Dialog
+namespace Machina {
+namespace Client {
+class ClientObject;
+}
+}
+
+class NodePropertiesWindow
+ : public Gtk::Dialog
{
public:
- NodePropertiesWindow(BaseObjectType* cobject,
+ NodePropertiesWindow(BaseObjectType* cobject,
const Glib::RefPtr<Gtk::Builder>& xml);
~NodePropertiesWindow();