summaryrefslogtreecommitdiffstats
path: root/sigscript/ObjectWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/ObjectWrapper.h')
-rw-r--r--sigscript/ObjectWrapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigscript/ObjectWrapper.h b/sigscript/ObjectWrapper.h
index d5260b74..91486581 100644
--- a/sigscript/ObjectWrapper.h
+++ b/sigscript/ObjectWrapper.h
@@ -41,7 +41,7 @@ class SIGSCRIPT_EXPORT ObjectWrapper : public Config
Q_PROPERTY(int id READ id)
public:
- typedef QPair<ObjectWrapper*, int> Signiture;
+ typedef QPair<ObjectWrapper*, int> Signature;
ObjectWrapper(const Sigmod::Object* object, ObjectWrapper* parent);
@@ -53,7 +53,7 @@ class SIGSCRIPT_EXPORT ObjectWrapper : public Config
const SigmodWrapper* sigmod() const;
SigmodWrapper* sigmod();
protected:
- static QMap<Signiture, ObjectWrapper*> m_instances;
+ static QMap<Signature, ObjectWrapper*> m_instances;
private:
ObjectWrapper* m_parent;
const Sigmod::Object* m_object;