summaryrefslogtreecommitdiffstats
path: root/sigmod/CoinListItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmod/CoinListItem.cpp')
-rw-r--r--sigmod/CoinListItem.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/sigmod/CoinListItem.cpp b/sigmod/CoinListItem.cpp
index f12bfc75..b631cb57 100644
--- a/sigmod/CoinListItem.cpp
+++ b/sigmod/CoinListItem.cpp
@@ -101,9 +101,7 @@ CHECK_BEGIN(CoinListItem, int, object)
break;
}
CHECK_END()
-CHECK_BEGIN(CoinListItem, int, cost)
- TBOUNDS(cost, 1, INT_MAX)
-CHECK_END()
+CHECK_BOUNDS(CoinListItem, int, cost, 1, INT_MAX)
Sigmod::CoinListItem& Sigmod::CoinListItem::operator=(const CoinListItem& rhs)
{