removed superfluous semicolon

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

View File

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