1--- ./Player.h.orig 2013-10-29 15:12:13.000000000 -0200 2+++ ./Player.h 2013-10-29 15:12:13.000000000 -0200 3@@ -72,7 +72,7 @@ 4 int _lastWinLost; 5 }; 6 7-inline Player::WinLost( ) const 8+inline int Player::WinLost( ) const 9 { 10 return _lastWinLost; 11 } 12 13