X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c40555e948e48d5c10f30d0c83b2c7702d23fa8e..0d6e0565c62a19264eb7d02dc2c2a1bad403d3f7:/include/wx/cmndata.h?ds=sidebyside diff --git a/include/wx/cmndata.h b/include/wx/cmndata.h index 36ec15df72..1ec6859ecb 100644 --- a/include/wx/cmndata.h +++ b/include/wx/cmndata.h @@ -55,7 +55,9 @@ public: wxString ToString() const; bool FromString(const wxString& str); -private: + + // public for backwards compatibility only: don't use directly +public: wxColour m_dataColour; wxColour m_custColours[NUM_CUSTOM]; bool m_chooseFull;