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
void SetVirtualContextBody( const string& body,
bool hasChildren = FALSE,
- const string& footer = "" );
+ const string& footer = wxEmptyString );
string GetVirtualContextBody();
string GetFooterOfVirtualContextBody();