fix compilation in ANSI STL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3490,7 +3490,7 @@ bool wxWindowMSW::HandleTooltipNotify(WXUINT code,
|
|||||||
(
|
(
|
||||||
CP_ACP,
|
CP_ACP,
|
||||||
0, // no flags
|
0, // no flags
|
||||||
ttip,
|
ttip.wx_str(),
|
||||||
tipLength,
|
tipLength,
|
||||||
buf,
|
buf,
|
||||||
WXSIZEOF(buf) - 1
|
WXSIZEOF(buf) - 1
|
||||||
|
Reference in New Issue
Block a user