projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed bug: wxPropertyGridInterface::SetPropertyReadOnly() with wxPG_DONT_RECURSE...
[wxWidgets.git]
/
src
/
osx
/
carbon
/
sound.cpp
diff --git
a/src/osx/carbon/sound.cpp
b/src/osx/carbon/sound.cpp
index ca532ebab56366b25026dd94e602d0e5a05815e8..2fff63dfcfd162d385e30bfcec752e40efb02eef 100644
(file)
--- a/
src/osx/carbon/sound.cpp
+++ b/
src/osx/carbon/sound.cpp
@@
-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
// Purpose: wxSound class implementation: optional
// Author: Ryan Norton
// Modified by: Stefan Csomor
@@
-52,6
+52,10
@@
#endif
#endif
#endif
#endif
+#if __WXOSX_COCOA__
+#include "wx/osx/private.h"
+#endif
+
#include <Carbon/Carbon.h>
//quicktime media layer only required for mac emulation on pc
#include <Carbon/Carbon.h>
//quicktime media layer only required for mac emulation on pc