]> 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 9eb017aafb9f4fa3940699c144291110cd7300ac..846294f3dd425f9300f257cdd09352dd14d0c46c 100644 (file)
@@ -8,7 +8,7 @@
 // Created:     22/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Aleskandars Gluchovas
-// Licence:       wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __SRCPARSER_G__
@@ -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();