projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09ad05f
)
use the new DoLogString signature (fixes with 2.8 compat switched off)
author
Václav Slavík
<vslavik@fastmail.fm>
Mon, 28 Apr 2008 10:57:48 +0000
(10:57 +0000)
committer
Václav Slavík
<vslavik@fastmail.fm>
Mon, 28 Apr 2008 10:57:48 +0000
(10:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53393
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
samples/keyboard/keyboard.cpp
patch
|
blob
|
blame
|
history
diff --git
a/samples/keyboard/keyboard.cpp
b/samples/keyboard/keyboard.cpp
index a5d356a67cd30d3670198138c76cfebe1cf57b43..5761792e189054a012f0be8502784efbd4c13573 100644
(file)
--- a/
samples/keyboard/keyboard.cpp
+++ b/
samples/keyboard/keyboard.cpp
@@
-116,7
+116,7
@@
private:
}
}
- virtual void DoLogString(const wx
Char *
szString, time_t WXUNUSED(t))
+ virtual void DoLogString(const wx
String&
szString, time_t WXUNUSED(t))
{
wxString msg;
TimeStamp(&msg);