]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/sound.cpp
avoid deferred show with Fluxbox, its support for _NET_REQUEST_FRAME_EXTENTS is broken
[wxWidgets.git] / src / osx / carbon / sound.cpp
index ca532ebab56366b25026dd94e602d0e5a05815e8..38fb58f0b8c6c2b7d253f1edd5aa12a80c01186e 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        src/mac/carbon/sound.cpp
+// Name:        src/osx/carbon/sound.cpp
 // Purpose:     wxSound class implementation: optional
 // Author:      Ryan Norton
 // Modified by: Stefan Csomor
 #endif
 #endif
 
+#if wxOSX_USE_COCOA
+#include "wx/osx/private.h"
+#endif
+
 #include <Carbon/Carbon.h>
 
 //quicktime media layer only required for mac emulation on pc
@@ -231,7 +235,9 @@ inline bool wxInitQT ()
         int nError;
         //-2093 no dll
             if ((nError = InitializeQTML(0)) != noErr)
+            {
                 wxLogSysError(wxString::Format(wxT("Couldn't Initialize Quicktime-%i"), nError));
+            }
         #endif
         EnterMovies();
         return true;