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:
Michael Wetherell
2005-09-25 13:02:27 +00:00
parent 2e2a55b22e
commit 588c80dea1

View File

@@ -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();
}