wxUSE_STL fixes and suggested coding of -1/TRUE/FALSE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-07-30 15:28:32 +00:00
parent 22800f325f
commit c7f8ebf848
5 changed files with 42 additions and 42 deletions

View File

@@ -83,7 +83,7 @@ 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)