removed superfluous semicolon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-02-13 23:20:12 +00:00
parent fe9183e785
commit 36b89edff4

View File

@ -824,7 +824,7 @@ Pack::~Pack()
{
delete m_cards[m_topCard];
}
};
}
//------------------------------------------------------//