projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef3e6c1
)
Fixed compilo with VC++
author
Julian Smart
<julian@anthemion.co.uk>
Fri, 9 Nov 2007 12:14:08 +0000
(12:14 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Fri, 9 Nov 2007 12:14:08 +0000
(12:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49744
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/textentry.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/textentry.cpp
b/src/msw/textentry.cpp
index 65fbc3031f3bf270cdd24577f7dfeddb29f0e160..8717fc3c27f8f0da1b88dd75ab140eb5be42e0fc 100644
(file)
--- a/
src/msw/textentry.cpp
+++ b/
src/msw/textentry.cpp
@@
-90,7
+90,7
@@
public:
if ( m_index == count )
return S_FALSE;
- const wxWX2WCbuf wcbuf
(m_strings[m_index].wc_str()
);
+ const wxWX2WCbuf wcbuf
= m_strings[m_index].wc_str(
);
const size_t size = (wcslen(wcbuf) + 1)*sizeof(wchar_t);
void *olestr = CoTaskMemAlloc(size);
if ( !olestr )