WIP: cleaun up access methods

This commit is contained in:
Joakim Hove
2018-06-26 09:45:50 +02:00
parent 7a790a33bb
commit 04a3a9ada5
14 changed files with 71 additions and 80 deletions

View File

@@ -75,7 +75,7 @@ BOOST_AUTO_TEST_CASE( serialize_icon_test )
if (c.attachedToSegment())
BOOST_CHECK_EQUAL(icondata[offset + ICON_SEGMENT_INDEX],
c.getSegmentNumber());
c.segment_number);
else
BOOST_CHECK_EQUAL(icondata[offset + ICON_SEGMENT_INDEX],
0);