diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-12-26 12:10:52 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-12-26 12:10:52 -0500 |
| commit | d88d93e1e0d0d80b7c4f741a03bfe5b1976e930a (patch) | |
| tree | ed883f15829121e770754bbe93cdb2caadc3f1f2 /sigmod/CoinListItem.cpp | |
| parent | c6485efcd6745c00f90f8cc507f582f2bbf3f106 (diff) | |
Renamed CHECK_DEFAULT to CHECK and old CHECK_* to TS_*
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 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) { |
