X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ed87fa745248a53aa4ee1de56465f698479651c..4d01e350fe2d8cb15c068d579c4022345f3ff0c0:/utils/HelpGen/src/srcparser.h diff --git a/utils/HelpGen/src/srcparser.h b/utils/HelpGen/src/srcparser.h index e92a10be33..846294f3dd 100644 --- a/utils/HelpGen/src/srcparser.h +++ b/utils/HelpGen/src/srcparser.h @@ -142,7 +142,7 @@ class spComment; typedef WXSTL_VECTOR_SHALLOW_COPY(spParameterPtrT) MParamListT; typedef WXSTL_VECTOR_SHALLOW_COPY(string) StrListT; -#endif; +#endif // base class for all visitors of source code contents class spVisitor @@ -358,7 +358,7 @@ public: void SetVirtualContextBody( const string& body, bool hasChildren = FALSE, - const string& footer = "" ); + const string& footer = wxEmptyString ); string GetVirtualContextBody(); string GetFooterOfVirtualContextBody();