// Created: 22/09/98
// RCS-ID: $Id$
// Copyright: (c) Aleskandars Gluchovas
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __SRCPARSER_G__
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();