diff options
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 56c7980..a0b6da9 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -56,9 +56,10 @@ protected: void add_port(FlowCanvas::Port* port); void remove_port(FlowCanvas::Port* port); - Patchage* _app; - Gtk::Menu* _menu; - ModuleType _type; + Patchage* _app; + Gtk::Menu* _menu; + std::string _name; + ModuleType _type; }; #endif // PATCHAGE_PATCHAGEMODULE_HPP |