diff options
Diffstat (limited to 'sigscript/MapEffectWrapper.cpp')
| -rw-r--r-- | sigscript/MapEffectWrapper.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigscript/MapEffectWrapper.cpp b/sigscript/MapEffectWrapper.cpp index f1d135c8..03ebb30f 100644 --- a/sigscript/MapEffectWrapper.cpp +++ b/sigscript/MapEffectWrapper.cpp @@ -24,9 +24,9 @@ Sigscript::MapEffectWrapper* Sigscript::MapEffectWrapper::create(const Sigmod::MapEffect* effect, MapWrapper* parent) { - if (!m_instances.contains(Signiture(parent, effect->id()))) - m_instances[Signiture(parent, effect->id())] = new MapEffectWrapper(effect, parent); - return qobject_cast<MapEffectWrapper*>(m_instances[Signiture(parent, effect->id())]); + if (!m_instances.contains(Signature(parent, effect->id()))) + m_instances[Signature(parent, effect->id())] = new MapEffectWrapper(effect, parent); + return qobject_cast<MapEffectWrapper*>(m_instances[Signature(parent, effect->id())]); } Sigscript::MapEffectWrapper::MapEffectWrapper(const Sigmod::MapEffect* effect, MapWrapper* parent) : |
