diff options
Diffstat (limited to 'src/gui/GraphPortModule.cpp')
-rw-r--r-- | src/gui/GraphPortModule.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/GraphPortModule.cpp b/src/gui/GraphPortModule.cpp index dd402f9b..7a0ce102 100644 --- a/src/gui/GraphPortModule.cpp +++ b/src/gui/GraphPortModule.cpp @@ -107,8 +107,8 @@ GraphPortModule::store_location(double ax, double ay) { app().interface()->put( _model->uri(), - {{uris.ingen_canvasX, Resource::Property(x, Resource::Graph::INTERNAL)}, - {uris.ingen_canvasY, Resource::Property(y, Resource::Graph::INTERNAL)}}); + {{uris.ingen_canvasX, Property(x, Property::Graph::INTERNAL)}, + {uris.ingen_canvasY, Property(y, Property::Graph::INTERNAL)}}); } } |