]> git.saurik.com Git - wxWidgets.git/commitdiff
removed superfluous semicolon
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Feb 2007 23:20:12 +0000 (23:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Feb 2007 23:20:12 +0000 (23:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/forty/game.cpp

index 088193e839d686e1c88386df42c22587e2ee10b9..e95954131e227e742c2fbb87e280fbad9774a6e2 100644 (file)
@@ -824,7 +824,7 @@ Pack::~Pack()
     {
         delete m_cards[m_topCard];
     }
-};
+}
 
 
 //------------------------------------------------------//