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