X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15e8daecf594d38a57bc750f58de0ea33b79f4ee..b75c49d1e64c770d5e4a73ba9cc246a2e6ebd776:/contrib/include/wx/deprecated/treelay.h diff --git a/contrib/include/wx/deprecated/treelay.h b/contrib/include/wx/deprecated/treelay.h index ad1a266662..b4985e426a 100644 --- a/contrib/include/wx/deprecated/treelay.h +++ b/contrib/include/wx/deprecated/treelay.h @@ -83,8 +83,8 @@ protected: long m_ySpacing; long m_topMargin; long m_leftMargin; - bool m_orientation; // TRUE for top-to-bottom, FALSE for left-to-right - + bool m_orientation; // true for top-to-bottom, false for left-to-right + private: DECLARE_ABSTRACT_CLASS(wxTreeLayout) }; @@ -138,7 +138,7 @@ private: wxStoredNode* m_nodes; int m_num; int m_maxNodes; - + private: DECLARE_DYNAMIC_CLASS(wxTreeLayoutStored) DECLARE_NO_COPY_CLASS(wxTreeLayoutStored)