diff options
Diffstat (limited to 'sigmod/CoinListItem.cpp')
| -rw-r--r-- | sigmod/CoinListItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/CoinListItem.cpp b/sigmod/CoinListItem.cpp index b631cb57..64ef7fce 100644 --- a/sigmod/CoinListItem.cpp +++ b/sigmod/CoinListItem.cpp @@ -94,7 +94,7 @@ CHECK_BEGIN(CoinListItem, int, object) switch (m_type) { case Item: - IBOUNDS(object, sigmod(), type) + IBOUNDS(object, sigmod(), item) break; case Species: IBOUNDS(object, sigmod(), species) |
