projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Improvements for building minimal builds and new ports: wxUSE_* usage and minor cleaning.
[wxWidgets.git]
/
tests
/
archive
/
archivetest.cpp
diff --git
a/tests/archive/archivetest.cpp
b/tests/archive/archivetest.cpp
index 379950a5d503d3a2d2266635c4699920a7bedd9c..4550f7b9afe5b18139652df5f82d7819a342bf48 100644
(file)
--- a/
tests/archive/archivetest.cpp
+++ b/
tests/archive/archivetest.cpp
@@
-1177,7
+1177,7
@@
int TestId::m_seed = 6219;
string TestId::MakeId()
{
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();
}