made internal members of wxColourData private; they were not documented to be public BTW so there should be no backward-compatibility issue
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d62c1e628d
commit
c40555e948
@ -55,7 +55,7 @@ public:
|
|||||||
wxString ToString() const;
|
wxString ToString() const;
|
||||||
bool FromString(const wxString& str);
|
bool FromString(const wxString& str);
|
||||||
|
|
||||||
public: // TODO: make these fields private
|
private:
|
||||||
wxColour m_dataColour;
|
wxColour m_dataColour;
|
||||||
wxColour m_custColours[NUM_CUSTOM];
|
wxColour m_custColours[NUM_CUSTOM];
|
||||||
bool m_chooseFull;
|
bool m_chooseFull;
|
||||||
|
Loading…
Reference in New Issue
Block a user