From: Vadim Zeitlin Date: Tue, 13 Feb 2007 23:20:12 +0000 (+0000) Subject: removed superfluous semicolon X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/36b89edff43aa442b866398202d874673955e79f removed superfluous semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/demos/forty/game.cpp b/demos/forty/game.cpp index 088193e839..e95954131e 100644 --- a/demos/forty/game.cpp +++ b/demos/forty/game.cpp @@ -824,7 +824,7 @@ Pack::~Pack() { delete m_cards[m_topCard]; } -}; +} //------------------------------------------------------//