summaryrefslogtreecommitdiffstats
path: root/sigmod/CoinListItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmod/CoinListItem.cpp')
-rw-r--r--sigmod/CoinListItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/CoinListItem.cpp b/sigmod/CoinListItem.cpp
index 642fb013..f12bfc75 100644
--- a/sigmod/CoinListItem.cpp
+++ b/sigmod/CoinListItem.cpp
@@ -89,7 +89,7 @@ GETTER(CoinListItem, Sigmod::CoinListItem::Type, type)
GETTER(CoinListItem, int, object)
GETTER(CoinListItem, int, cost)
-CHECK_DEFAULT(CoinListItem, Type, type)
+CHECK(CoinListItem, Type, type)
CHECK_BEGIN(CoinListItem, int, object)
switch (m_type)
{