compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -244,7 +244,7 @@ void spInterFileContext::ParseContents( SourceParserPlugin* pPlugin ) | ||||
|  | ||||
|     for( size_t i = 0; i != m_Files.size(); ++i ) | ||||
|     { | ||||
|         wxChar* s = (char*)(m_Contents[i].c_str()); | ||||
|         wxWritableCharBuffer s(m_Contents[i].char_str()); | ||||
|  | ||||
|         spFile* pFCtx = mParser.Parse( s, s + m_Contents[i].length() ); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user