X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d62c1e628d2e36f00dd1c703a41c2d41415c10cc..0d6e0565c62a19264eb7d02dc2c2a1bad403d3f7:/include/wx/cmndata.h diff --git a/include/wx/cmndata.h b/include/wx/cmndata.h index 1540716412..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); -public: // TODO: make these fields private + + // public for backwards compatibility only: don't use directly +public: wxColour m_dataColour; wxColour m_custColours[NUM_CUSTOM]; bool m_chooseFull;