]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/srcparser.h
documented return value of Find[Absolute]ValidPath() correctly
[wxWidgets.git] / utils / HelpGen / src / srcparser.h
index e92a10be33024ef1054bc1d77fd9edea2c35f27c..846294f3dd425f9300f257cdd09352dd14d0c46c 100644 (file)
@@ -142,7 +142,7 @@ class spComment;
     typedef WXSTL_VECTOR_SHALLOW_COPY(spParameterPtrT) MParamListT;
     typedef WXSTL_VECTOR_SHALLOW_COPY(string)          StrListT;
 
     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
 // base class for all visitors of source code contents
 
 class spVisitor
@@ -358,7 +358,7 @@ public:
 
     void SetVirtualContextBody( const string& body,
                                 bool  hasChildren = FALSE,
 
     void SetVirtualContextBody( const string& body,
                                 bool  hasChildren = FALSE,
-                                const string& footer = "" );
+                                const string& footer = wxEmptyString );
 
     string GetVirtualContextBody();
     string GetFooterOfVirtualContextBody();
 
     string GetVirtualContextBody();
     string GetFooterOfVirtualContextBody();