diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-09-07 03:01:46 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-09-07 03:01:46 +0000 |
| commit | 48f9e57b1638ba047ca2dcd6d3251ee90bf9ef69 (patch) | |
| tree | 0c8e09eec981de47c5aa0f49601484bcaabbbbc7 /sigscript/CoinListWrapper.cpp | |
| parent | fef5e045060aff28477751c4115d346a95425c0c (diff) | |
| download | sigen-48f9e57b1638ba047ca2dcd6d3251ee90bf9ef69.tar.gz sigen-48f9e57b1638ba047ca2dcd6d3251ee90bf9ef69.tar.xz sigen-48f9e57b1638ba047ca2dcd6d3251ee90bf9ef69.zip | |
[FIX] Spelling mistake in sigscript classes
[FIX] Fixed a bug in the Growth enum in Species
[FIX] Arena functionality is getting there
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@252 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'sigscript/CoinListWrapper.cpp')
| -rw-r--r-- | sigscript/CoinListWrapper.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigscript/CoinListWrapper.cpp b/sigscript/CoinListWrapper.cpp index a15c25a3..623476d4 100644 --- a/sigscript/CoinListWrapper.cpp +++ b/sigscript/CoinListWrapper.cpp @@ -24,9 +24,9 @@ Sigscript::CoinListWrapper* Sigscript::CoinListWrapper::create(const Sigmod::CoinList* coinList, SigmodWrapper* parent) { - if (!m_instances.contains(Signiture(parent, coinList->id()))) - m_instances[Signiture(parent, coinList->id())] = new CoinListWrapper(coinList, parent); - return qobject_cast<CoinListWrapper*>(m_instances[Signiture(parent, coinList->id())]); + if (!m_instances.contains(Signature(parent, coinList->id()))) + m_instances[Signature(parent, coinList->id())] = new CoinListWrapper(coinList, parent); + return qobject_cast<CoinListWrapper*>(m_instances[Signature(parent, coinList->id())]); } Sigscript::CoinListWrapper::CoinListWrapper(const Sigmod::CoinList* coinList, SigmodWrapper* parent) : |
