summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchCanvas.hpp')
-rw-r--r--src/gui/PatchCanvas.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchCanvas.hpp b/src/gui/PatchCanvas.hpp
index 243f76ae..e20aa96b 100644
--- a/src/gui/PatchCanvas.hpp
+++ b/src/gui/PatchCanvas.hpp
@@ -135,7 +135,7 @@ private:
SharedPtr<const PatchModel> _patch;
typedef std::map<SharedPtr<const ObjectModel>,
- SharedPtr<FlowCanvas::Module>
+ FlowCanvas::Module*
> Views;
Views _views;