diff options
Diffstat (limited to 'sigscript/SoundWrapper.cpp')
| -rw-r--r-- | sigscript/SoundWrapper.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigscript/SoundWrapper.cpp b/sigscript/SoundWrapper.cpp index 0e48d5cc..1ba51567 100644 --- a/sigscript/SoundWrapper.cpp +++ b/sigscript/SoundWrapper.cpp @@ -30,9 +30,9 @@ Sigscript::SoundWrapper* Sigscript::SoundWrapper::create(const Sigmod::Sound* sound, SigmodWrapper* parent) { - if (!m_instances.contains(Signiture(parent, sound->id()))) - m_instances[Signiture(parent, sound->id())] = new SoundWrapper(sound, parent); - return qobject_cast<SoundWrapper*>(m_instances[Signiture(parent, sound->id())]); + if (!m_instances.contains(Signature(parent, sound->id()))) + m_instances[Signature(parent, sound->id())] = new SoundWrapper(sound, parent); + return qobject_cast<SoundWrapper*>(m_instances[Signature(parent, sound->id())]); } Sigscript::SoundWrapper::SoundWrapper(const Sigmod::Sound* sound, SigmodWrapper* parent) : |
