diff options
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index f429831..8b7e3ef 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -50,7 +50,7 @@ public: void load_location(); void menu_disconnect_all(); void show_dialog() {} - void store_location(); + void store_location(double x, double y); ModuleType type() const { return _type; } |