]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmndata.h
Avoid cyclic includes by forward declaring wxColour.
[wxWidgets.git] / include / wx / cmndata.h
index 1540716412b29433af511f970f092aaeea3f4042..1ec6859ecbe8c5e2336f5283104cc2cca861b2cf 100644 (file)
@@ -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;