aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Controller.cpp')
-rw-r--r--src/engine/Controller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/Controller.cpp b/src/engine/Controller.cpp
index 00ad9f9..c400043 100644
--- a/src/engine/Controller.cpp
+++ b/src/engine/Controller.cpp
@@ -41,7 +41,7 @@ Controller::create(const client::ClientObject& properties)
{
TimeDuration dur(
_engine->machine()->time().unit(),
- properties.get(URIs::instance().machina_duration).get_float());
+ properties.get(URIs::instance().machina_duration).get<float>());
SPtr<Node> node(new Node(dur));
SPtr<client::ClientObject> obj(
new client::ClientObject(properties, node->id()));