From fa6bb9afe8fcf2b0b8348495b9c4e1d6425136f0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Feb 2017 23:18:59 +0100 Subject: Move Properties out of Resource --- src/gui/GraphPortModule.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/GraphPortModule.cpp') 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)}}); } } -- cgit v1.2.1