X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ddff00c923d454f651aba32c8fe3654fd303e43..679918f93d18cff9fc833be3e4d34b4e57513aac:/src/cocoa/utils.mm

diff --git a/src/cocoa/utils.mm b/src/cocoa/utils.mm
index 462b68de61..07deb46960 100644
--- a/src/cocoa/utils.mm
+++ b/src/cocoa/utils.mm
@@ -109,7 +109,7 @@ void wxBell()
 }
 
 // Private helper method for wxLaunchDefaultBrowser
-bool wxCocoaLaunchDefaultBrowser(const wxString& url, int flags)
+bool wxDoLaunchDefaultBrowser(const wxString& url, int flags)
 {
     // NOTE: We ignore the flags
     return [[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString:wxNSStringWithWxString(url)]] != NO;