]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/treectrl.h
Added missing "const" for operator== and operator!=.
[wxWidgets.git] / include / wx / gtk / treectrl.h
index d85c0952d70d9ee760dde3f5d77c07e04b585457..2d715c2c1d2c3684e00c0f3846a9f0e51e4a7f88 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_TREECTRL_H_
 #define _WX_TREECTRL_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "treectrl.h"
 #endif