summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageModule.cpp')
-rw-r--r--src/PatchageModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp
index 8b6a2ec..a78ee57 100644
--- a/src/PatchageModule.cpp
+++ b/src/PatchageModule.cpp
@@ -108,7 +108,7 @@ PatchageModule::load_location()
}
void
-PatchageModule::store_location()
+PatchageModule::store_location(double x, double y)
{
Coord loc(get_x(), get_y());
_app->state_manager()->set_module_location(_name, _type, loc);