From d88d93e1e0d0d80b7c4f741a03bfe5b1976e930a Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 26 Dec 2008 12:10:52 -0500 Subject: Renamed CHECK_DEFAULT to CHECK and old CHECK_* to TS_* --- sigmod/CoinListItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigmod/CoinListItem.cpp') 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) { -- cgit