From: Vadim Zeitlin Date: Thu, 27 Oct 2011 21:10:35 +0000 (+0000) Subject: No real changes, just remove an extra semicolon. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fd3dc8e6285aaeb7cbd3536034bb07b707d9d39c?ds=inline 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 --- diff --git a/src/unix/mediactrl.cpp b/src/unix/mediactrl.cpp index 2703497bfa..5e5fa01382 100644 --- a/src/unix/mediactrl.cpp +++ b/src/unix/mediactrl.cpp @@ -207,7 +207,7 @@ public: friend class wxGStreamerMediaEventHandler; friend class wxGStreamerLoadWaitTimer; - DECLARE_DYNAMIC_CLASS(wxGStreamerMediaBackend); + DECLARE_DYNAMIC_CLASS(wxGStreamerMediaBackend) }; //-----------------------------------------------------------------------------