]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dnd.h
Fixed a compliation error, event args should not be const.
[wxWidgets.git] / include / wx / mac / dnd.h
index 463cd6d44e7a2da2b8a7c52f8652adf361ce2a3b..989a977628d4b8b81abf051c82f27e3f376dabb0 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _WX_DND_H_
 #define _WX_DND_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "dnd.h"
 #endif