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