X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7f8ebf848d9337376b3a00367c22dfffc9e380b..e570a44b372cf56526c128eab646615fa59520fc:/contrib/include/wx/deprecated/treelay.h diff --git a/contrib/include/wx/deprecated/treelay.h b/contrib/include/wx/deprecated/treelay.h index edcd6b1d43..2b17b7de07 100644 --- a/contrib/include/wx/deprecated/treelay.h +++ b/contrib/include/wx/deprecated/treelay.h @@ -12,10 +12,6 @@ #ifndef _WX_TREELAY_H_ #define _WX_TREELAY_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "wxtree.h" -#endif - #ifndef WX_PRECOMP #include "wx/object.h" class wxList; @@ -84,7 +80,7 @@ protected: long m_topMargin; long m_leftMargin; bool m_orientation; // true for top-to-bottom, false for left-to-right - + private: DECLARE_ABSTRACT_CLASS(wxTreeLayout) }; @@ -138,7 +134,7 @@ private: wxStoredNode* m_nodes; int m_num; int m_maxNodes; - + private: DECLARE_DYNAMIC_CLASS(wxTreeLayoutStored) DECLARE_NO_COPY_CLASS(wxTreeLayoutStored)