#include "wxstlvec.h"
#include "wx/string.h"
- // FIXME:: dirty!
- typedef wxString string;
+ #ifdef wxUSE_STD_STRING
+ using std::string;
+ #else
+ // FIXME:: dirty!
+ typedef wxString string;
+ #endif
#endif
// return FALSE, if something has gone wrong and
// document cannot be saved now
- virtual bool OnSaveDocument( ScriptStream& stm )
+ virtual bool OnSaveDocument( ScriptStream& WXUNUSED(stm) )
{ return 1; }
// override this method to provide reference to