Ambiguous overload fix for gcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -549,7 +549,7 @@ bool wxLaunchDefaultBrowser(const wxString& urlOrig, int flags)
|
||||
bool ok = ddeTopic == wxT("WWW_OpenURL");
|
||||
if ( ok )
|
||||
{
|
||||
ddeCmd = keyDDE;
|
||||
ddeCmd = keyDDE.QueryDefaultValue();
|
||||
ok = !ddeCmd.empty();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user