wxT() needed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -143,7 +143,7 @@ bool wxXmlNode::HasProp(const wxString& propName) const
|
||||
|
||||
bool wxXmlNode::GetPropVal(const wxString& propName, wxString *value) const
|
||||
{
|
||||
wxCHECK_MSG( value, false, "value argument must not be NULL" );
|
||||
wxCHECK_MSG( value, false, wxT("value argument must not be NULL") );
|
||||
|
||||
wxXmlProperty *prop = GetProperties();
|
||||
|
||||
|
Reference in New Issue
Block a user