]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
cleanup: all definitions missing from std headers should be in missing.h
[wxWidgets.git] / include / wx / msw / treectrl.h
index bd5e07c5d0cfb3fd938cfb12ecc32997ec3d004e..83b30bcff9565a56f7c2975a39b61f4029dff1b4 100644 (file)
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "treectrl.h"
 #endif
 
@@ -403,6 +403,8 @@ public:
                                             long& cookie) const );
 #endif // WXWIN_COMPATIBILITY_2_4
 
+    virtual bool ShouldInheritColours() const { return false; }
+
     // implementation
     // --------------