summaryrefslogtreecommitdiffstats
path: root/src/shared/Builder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/Builder.cpp')
-rw-r--r--src/shared/Builder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Builder.cpp b/src/shared/Builder.cpp
index f73b0e11..9da71a09 100644
--- a/src/shared/Builder.cpp
+++ b/src/shared/Builder.cpp
@@ -89,7 +89,7 @@ Builder::connect(SharedPtr<const GraphObject> object)
void
Builder::build_object(SharedPtr<const GraphObject> object)
{
- for (GraphObject::Variables::const_iterator i = object->variables().begin();
+ for (GraphObject::Properties::const_iterator i = object->variables().begin();
i != object->variables().end(); ++i)
_interface.set_variable(object->path(), i->first, i->second);