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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user