]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
declare wxEntry() as taking char **Argv, not char *argv[]
[wxWidgets.git] / include / wx / list.h
index 1fd7c4808ef71c75dac0823eccb565b9b4eed2ef..886c744618bc5b49084c86a36b3d02e81879c80c 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef _WX_LISTH__
 #define _WX_LISTH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "list.h"
 #endif