Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock 2005-03-14 14:38:48 +00:00
parent 720afa24b0
commit 4845680170
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ wxRGN_XOR // Creates the union of two combined regions except for any
};
class WXDLLEXPORT wxRegion : public wxGDIObject {
DECLARE_DYNAMIC_CLASS(wxRegion);
DECLARE_DYNAMIC_CLASS(wxRegion)
friend class WXDLLEXPORT wxRegionIterator;
public:
wxRegion(long x, long y, long w, long h);

View File

@ -19,7 +19,7 @@
class WXDLLEXPORT wxStatusBarMac : public wxStatusBarGeneric
{
DECLARE_DYNAMIC_CLASS(wxStatusBarMac);
DECLARE_DYNAMIC_CLASS(wxStatusBarMac)
wxStatusBarMac();
wxStatusBarMac(wxWindow *parent, wxWindowID id,