Compilation for wchar mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2008-08-01 07:16:49 +00:00
parent 420b39aa4b
commit 6090d53c8a

View File

@ -187,7 +187,7 @@ public:
return utf16_str();
}
#else
wchar_t* wx_str()
const wchar_t* wx_str()
{
return c_str();
}