]> git.saurik.com Git - wxWidgets.git/commitdiff
fixup
authorRyan Norton <wxprojects@comcast.net>
Thu, 11 Nov 2004 15:17:35 +0000 (15:17 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 11 Nov 2004 15:17:35 +0000 (15:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mediactrl.h
src/mac/carbon/mediactrl.cpp

index 931e778cc399c7b2be509646a15c4d60ff1134c4..7468997881903e70e357948091794b4b2f377f11 100644 (file)
@@ -12,5 +12,5 @@
 #if defined(__WXMSW__)
 #include "wx/msw/mediactrl.h"
 #elif defined(__WXMAC__)
-#include "wx/mac/mediactrl.h"
+#include "wx/mac/carbon/mediactrl.h"
 #endif
\ No newline at end of file
index 8d7644e2bb6ae4406db238498326d2f9e298a0b6..506f104b5069a70508c3e6556a25ae554630e35e 100644 (file)
 #pragma hdrstop
 #endif
 
-#include "wx/mac/carbon/mediactrl.h"
+#include "wx/defs.h"
 
 #if wxUSE_MEDIACTRL
 
+#include "wx/mac/carbon/mediactrl.h"
+
 #include "wx/timer.h"
 
 IMPLEMENT_CLASS(wxMediaCtrl, wxControl);