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