From 36b89edff43aa442b866398202d874673955e79f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 13 Feb 2007 23:20:12 +0000 Subject: [PATCH] removed superfluous semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- demos/forty/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; } -}; +} //------------------------------------------------------//