]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mediactrl.h
Bring back help turned off as in previous WinCE setup.h. Perhaps it should be !__SMAR...
[wxWidgets.git] / include / wx / mediactrl.h
index 44eaa37c1cdbe456e4df08fc119d37fffb82d7a3..4caa45cc70ec98e63b7be7a1cadfabf2bc065864 100644 (file)
@@ -257,7 +257,7 @@ public:
                       int WXUNUSED(w), int WXUNUSED(h))
     {                                   }
     virtual wxSize GetVideoSize() const
-    {   return wxSize();                }
+    {   return wxSize(0,0);             }
 
     virtual double GetPlaybackRate()
     {   return 0.0;                     }