// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-# pragma implementation "ifcontext.h"
-#endif
-
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
lst.push_back( mark );
}
-void spInterFileContext::DoAppendSourceFragment( string& source,
- string& result,
+void spInterFileContext::DoAppendSourceFragment( wxString& source,
+ wxString& result,
size_t pos, size_t len )
{
mFiltered.erase( mFiltered.begin(), mFiltered.end() );
}
void spInterFileContext::GenerateContextBody( spContext& ctx,
- string& source,
- string& result,
+ wxString& source,
+ wxString& result,
size_t& lastSavedPos,
size_t& lastKnownPos )
{