]> git.saurik.com Git - wxWidgets.git/commitdiff
made internal members of wxColourData private; they were not documented to be public...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 24 Sep 2008 17:58:49 +0000 (17:58 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 24 Sep 2008 17:58:49 +0000 (17:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cmndata.h

index 1540716412b29433af511f970f092aaeea3f4042..36ec15df725d836d2a6b2428b5c9a8eb0bbf6262 100644 (file)
@@ -55,7 +55,7 @@ public:
     wxString ToString() const;
     bool FromString(const wxString& str);
 
-public: // TODO: make these fields private
+private:
     wxColour        m_dataColour;
     wxColour        m_custColours[NUM_CUSTOM];
     bool            m_chooseFull;