avoiding string conversions on 1st param of wxStat, as the latter is having a param of wxString now always and does the conversion internally
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -943,7 +943,7 @@ bool wxSetDetectableAutoRepeat( bool WXUNUSED(flag) )
|
||||
bool wxDoLaunchDefaultBrowser(const wxString& url, const wxString& scheme, int flags);
|
||||
|
||||
#elif defined(__WXX11__) || defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXCOCOA__) || \
|
||||
(defined(__WXMAC__) && !defined(__WXOSX_IPHONE__))
|
||||
(defined(__WXOSX__) )
|
||||
|
||||
// implemented in a port-specific utils source file:
|
||||
bool wxDoLaunchDefaultBrowser(const wxString& url, int flags);
|
||||
|
Reference in New Issue
Block a user