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