summaryrefslogtreecommitdiffstats
path: root/src/gui/SubpatchModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/SubpatchModule.hpp')
-rw-r--r--src/gui/SubpatchModule.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/SubpatchModule.hpp b/src/gui/SubpatchModule.hpp
index 7eba97a2..b58c78fa 100644
--- a/src/gui/SubpatchModule.hpp
+++ b/src/gui/SubpatchModule.hpp
@@ -46,8 +46,9 @@ class NodeControlWindow;
class SubpatchModule : public NodeModule
{
public:
- SubpatchModule(boost::shared_ptr<PatchCanvas> canvas,
- SharedPtr<const PatchModel> controller);
+ SubpatchModule(PatchCanvas& canvas,
+ SharedPtr<const PatchModel> controller);
+
virtual ~SubpatchModule() {}
void on_double_click(GdkEventButton* ev);