summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeControlWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NodeControlWindow.hpp')
-rw-r--r--src/gui/NodeControlWindow.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/NodeControlWindow.hpp b/src/gui/NodeControlWindow.hpp
index 30fb0a40..e8c728ce 100644
--- a/src/gui/NodeControlWindow.hpp
+++ b/src/gui/NodeControlWindow.hpp
@@ -43,8 +43,9 @@ class ControlPanel;
class NodeControlWindow : public Window
{
public:
- NodeControlWindow(SharedPtr<const NodeModel> node, uint32_t poly);
- NodeControlWindow(SharedPtr<const NodeModel> node, ControlPanel* panel);
+ NodeControlWindow(App& app, SharedPtr<const NodeModel> node, uint32_t poly);
+ NodeControlWindow(App& app, SharedPtr<const NodeModel> node, ControlPanel* panel);
+
virtual ~NodeControlWindow();
SharedPtr<const NodeModel> node() const { return _node; }