]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
fixed uninitialized variable (depending on wxChoice ctor used it resulted in an out...
[wxWidgets.git] / include / wx / univ / window.h
index 13a54c942142f6feef6a44ac83751de5f9fa9c0c..0190f106165342ecc48bb30ef7231d5bd23e8abb 100644 (file)
@@ -150,7 +150,6 @@ public:
 
     // return true if we should use the colours/fonts returned by the
     // corresponding GetXXX() methods instead of the default ones
-    bool UseBgCol() const { return m_hasBgCol; }
     bool UseFgCol() const { return m_hasFgCol; }
     bool UseFont() const { return m_hasFont; }
 
@@ -255,8 +254,13 @@ protected:
     bool m_isCurrent:1;
 
 #ifdef __WXMSW__
+
+#if wxABI_VERSION >= 20602
+public:
+#endif
     // override MSWWindowProc() to process WM_NCHITTEST
     WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
+
 #endif // __WXMSW__
 
 private: