X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a4d2469f9de94f3365946a570ef7abbcd900586..c5fe22f8f43dfb5cca0c09f639a8eafe314ae809:/src/msw/mediactrl.cpp?ds=inline diff --git a/src/msw/mediactrl.cpp b/src/msw/mediactrl.cpp index a6c9f7e610..6d38693a0f 100644 --- a/src/msw/mediactrl.cpp +++ b/src/msw/mediactrl.cpp @@ -186,7 +186,7 @@ public: HWND m_hNotifyWnd; //Window to use for MCI events bool m_bVideo; //Whether or not we have video - DECLARE_DYNAMIC_CLASS(wxMCIMediaBackend); + DECLARE_DYNAMIC_CLASS(wxMCIMediaBackend) }; //--------------------------------------------------------------------------- @@ -1619,7 +1619,7 @@ bool wxQTMediaBackend::SetPosition(wxLongLong where) // wxQTMediaBackend::GetPosition // // 1) Calls GetMovieTime to get the position we are in in the movie -// in milliseconds (we called +// in milliseconds (we called //--------------------------------------------------------------------------- wxLongLong wxQTMediaBackend::GetPosition() {