X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad05396006ee3655f079bd2a3c57ac0e3e7e8828..482635118a139c87757b2228768c7b4056de82eb:/utils/HelpGen/src/wxstlac.h?ds=sidebyside diff --git a/utils/HelpGen/src/wxstlac.h b/utils/HelpGen/src/wxstlac.h index f71ef3405d..e567c6e58a 100644 --- a/utils/HelpGen/src/wxstlac.h +++ b/utils/HelpGen/src/wxstlac.h @@ -22,7 +22,7 @@ #endif #include #include -#include +/* #include */ // the below macro used internally (see actual interface after this macro) @@ -83,7 +83,9 @@ protected:\ value_type mData;\ };\ \ +public:\ typedef tree_node* node_ref_type;\ +protected:\ \ node_ref_type mpRoot;\ node_ref_type mpLeftMost;\