summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libs/client/Loader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/client/Loader.cpp b/src/libs/client/Loader.cpp
index 8424ba80..919e746e 100644
--- a/src/libs/client/Loader.cpp
+++ b/src/libs/client/Loader.cpp
@@ -33,7 +33,7 @@ Loader::Loader(SharedPtr<ModelEngineInterface> engine, SharedPtr<Namespaces> nam
if (!_namespaces)
_namespaces = SharedPtr<Namespaces>(new Namespaces());
- // FIXME: hack
+ (*_namespaces)["xsd"] = "http://www.w3.org/2001/XMLSchema#";
(*_namespaces)["ingen"] = "http://codeson.net/ns/ingen#";
(*_namespaces)["ingenuity"] = "http://codeson.net/ns/ingenuity#";
(*_namespaces)["lv2"] = "http://lv2plug.in/ontology#>";