diff options
Diffstat (limited to 'src/PatchageCanvas.hpp')
-rw-r--r-- | src/PatchageCanvas.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index 128f318..e891cd3 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -19,6 +19,7 @@ #define PATCHAGE_PATCHAGECANVAS_HPP #include <map> +#include <string> #include "patchage-config.h" @@ -60,7 +61,7 @@ public: } void add_module(const std::string& name, boost::shared_ptr<PatchageModule> module); - bool remove_item(boost::shared_ptr<Item> i); + bool remove_item(boost::shared_ptr<FlowCanvas::Item> i); boost::shared_ptr<PatchagePort> remove_port(const PortID& id); |