From: Vadim Zeitlin Date: Fri, 15 Aug 2008 23:04:31 +0000 (+0000) Subject: compilation fix for wxUSE_STL build after r54926 (#9810) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/af39599d1d98ecfc30206d7967b5195169fa6889 compilation fix for wxUSE_STL build after r54926 (#9810) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index 57f68bc340..3186968dfc 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -964,7 +964,7 @@ bool wxLaunchDefaultApplication(const wxString& document, int flags) ( NULL, // parent window _T("open"), - document, + document.wx_str(), NULL, // parameters NULL, // working directory SW_SHOWDEFAULT