summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/PatchageModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp
index bb742ea..f9f557b 100644
--- a/src/PatchageModule.cpp
+++ b/src/PatchageModule.cpp
@@ -97,7 +97,7 @@ PatchageModule::load_location()
void
PatchageModule::store_location()
{
- Coord loc(property_x().get_value(), property_y().get_value());
+ Coord loc(property_x(), property_y());
_app->state_manager()->set_module_location(_name, _type, loc);
}