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;