summaryrefslogtreecommitdiffstats
path: root/sigscript/MapWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MapWrapper.cpp')
-rw-r--r--sigscript/MapWrapper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sigscript/MapWrapper.cpp b/sigscript/MapWrapper.cpp
index 279e0b58..a035a03b 100644
--- a/sigscript/MapWrapper.cpp
+++ b/sigscript/MapWrapper.cpp
@@ -27,9 +27,9 @@
Sigscript::MapWrapper* Sigscript::MapWrapper::create(const Sigmod::Map* map, SigmodWrapper* parent)
{
- if (!m_instances.contains(Signiture(parent, map->id())))
- m_instances[Signiture(parent, map->id())] = new MapWrapper(map, parent);
- return qobject_cast<MapWrapper*>(m_instances[Signiture(parent, map->id())]);
+ if (!m_instances.contains(Signature(parent, map->id())))
+ m_instances[Signature(parent, map->id())] = new MapWrapper(map, parent);
+ return qobject_cast<MapWrapper*>(m_instances[Signature(parent, map->id())]);
}
Sigscript::MapWrapper::MapWrapper(const Sigmod::Map* map, SigmodWrapper* parent) :