No real changes, just remove an extra semicolon.

DECLARE_DYNAMIC_CLASS() shouldn't be followed by a semicolon and Sun CC warns
about it, so fix this by removing it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-10-27 21:10:35 +00:00
parent 2e92ad1b30
commit fd3dc8e628

View File

@@ -207,7 +207,7 @@ public:
friend class wxGStreamerMediaEventHandler;
friend class wxGStreamerLoadWaitTimer;
DECLARE_DYNAMIC_CLASS(wxGStreamerMediaBackend);
DECLARE_DYNAMIC_CLASS(wxGStreamerMediaBackend)
};
//-----------------------------------------------------------------------------