Compilation fix for wxCStrData handling.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2007-04-07 12:28:59 +00:00
parent 404aba09e5
commit d87887c1b7

View File

@@ -109,8 +109,8 @@ int wxMessageDialog::ShowModal()
ULONG ulAns = ::WinMessageBox( hWnd
,hWnd
,(PSZ)m_sMessage.c_str()
,(PSZ)m_sCaption.c_str()
,m_sMessage.c_str()
,m_sCaption.c_str()
,0L
,ulStyle);
switch (ulAns)