]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
fixed flags to make and tests easier
[wxWidgets.git] / include / wx / generic / treectlg.h
index e257190faf656fac52d70823ba943dde5fb4bf8c..6e39c0113edc5778d479f1bf27593fcc468ba6b0 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _GENERIC_TREECTRL_H_
 #define _GENERIC_TREECTRL_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "treectlg.h"
 #endif
 
@@ -361,6 +361,7 @@ public:
                               long& cookie) const;
 #endif // WXWIN_COMPATIBILITY_2_4
 
+    virtual bool ShouldInheritColours() const { return false; }
 
     // implementation only from now on