compilation test for Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1177,7 +1177,7 @@ int TestId::m_seed = 6219;
|
|||||||
string TestId::MakeId()
|
string TestId::MakeId()
|
||||||
{
|
{
|
||||||
m_seed = (m_seed * 171) % 30269;
|
m_seed = (m_seed * 171) % 30269;
|
||||||
return wxString::Format(_T("%-6d"), m_seed).mb_str();
|
return (const char *)wxString::Format(_T("%-6d"), m_seed).mb_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user