]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mediactrl.cpp
fix for crash when using wxEXEC_NODISABLE
[wxWidgets.git] / src / msw / mediactrl.cpp
index a6c9f7e6102742edc5e62b06359f5410511bacb6..6d38693a0fce5c3c1c585f3b9211757c1b05edf8 100644 (file)
@@ -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()
 {