X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d2afb7abec64fc601ff7ab622a865ef5ec68d10..4b900067d32db613c36c763fd67aeecf6ca9dea4:/include/wx/dynlib.h

diff --git a/include/wx/dynlib.h b/include/wx/dynlib.h
index b752cc3c74..68a16fceaf 100644
--- a/include/wx/dynlib.h
+++ b/include/wx/dynlib.h
@@ -72,7 +72,7 @@ class wxDllLoader
        @param success Must point to a bool variable which will be set to TRUE or FALSE.
        @return A handle to the loaded DLL. Use success parameter to test if it is valid.
    */
-   static wxDllType LoadDll(const wxString & libname, bool *success);
+   static wxDllType LoadLibrary(const wxString & libname, bool *success);
    /** This function resolves a symbol in a loaded DLL, such as a
        variable or function name.
        @param dllHandle Handle of the DLL, as returned by LoadDll().