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:
@@ -207,7 +207,7 @@ public:
|
|||||||
|
|
||||||
friend class wxGStreamerMediaEventHandler;
|
friend class wxGStreamerMediaEventHandler;
|
||||||
friend class wxGStreamerLoadWaitTimer;
|
friend class wxGStreamerLoadWaitTimer;
|
||||||
DECLARE_DYNAMIC_CLASS(wxGStreamerMediaBackend);
|
DECLARE_DYNAMIC_CLASS(wxGStreamerMediaBackend)
|
||||||
};
|
};
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user