More warning and error fixes (work in progress with Tinderbox).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-05-31 17:47:46 +00:00
parent 47a4a1aec8
commit 60ec1c8778
5 changed files with 78 additions and 57 deletions

View File

@@ -701,7 +701,7 @@ class spFile : public spContext
public:
// since file name cannot be determined from
// source code, filling in this field is optional
string mFileName;
wxString m_FileName;
public:
virtual int GetContextType() const { return SP_CTX_FILE; }