]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/wave.h
Open Watcom doesn't like typename, use class (patch 826812)
[wxWidgets.git] / include / wx / mac / wave.h
index bdf3062040b8b1c5f3d9303dbe9972c21904c17b..dcd8095e7223254202ff50e9a0146b95d0fe4640 100644 (file)
@@ -7,13 +7,13 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_WAVE_H_
 #define _WX_WAVE_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "wave.h"
 #endif