diff options
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 67e80d1..1566e9c 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -52,7 +52,8 @@ public: void show_dialog() {} void store_location(double x, double y); - ModuleType type() const { return _type; } + ModuleType type() const { return _type; } + const std::string& name() const { return _name; } protected: bool on_event(GdkEvent* ev); |