diff options
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/Parser.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp index 34d1d24c..02e08308 100644 --- a/src/serialisation/Parser.cpp +++ b/src/serialisation/Parser.cpp @@ -582,12 +582,11 @@ Parser::parse_patch( continue; } - cerr << "FIXME: PARSE PATCH" << endl; - //target->put(port_path, i->second); + target->put(port_path, i->second); } - parse_connections(world, target, model, subject, "/"); parse_properties(world, target, model, subject_node, patch_path, data); + parse_connections(world, target, model, subject, "/"); /* Enable */ |