From: Vadim Zeitlin Date: Thu, 21 Jun 2007 21:29:39 +0000 (+0000) Subject: fix compilation in ANSI STL build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b05fde97c58db22ddf4f98581787817a2dd494dc fix compilation in ANSI STL build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/window.cpp b/src/msw/window.cpp index d5e877f3f9..d83eac47ee 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -3490,7 +3490,7 @@ bool wxWindowMSW::HandleTooltipNotify(WXUINT code, ( CP_ACP, 0, // no flags - ttip, + ttip.wx_str(), tipLength, buf, WXSIZEOF(buf) - 1