]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected typo in Darwin specific code
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 20 Feb 2002 07:22:46 +0000 (07:22 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 20 Feb 2002 07:22:46 +0000 (07:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dynlib.cpp

index 716ba55d7f6192a4cd9a0e93637a399d0fbbe37c..fcefd941e3d402c0e05cdbdf1fd2e07950d1f2e5 100644 (file)
@@ -477,7 +477,7 @@ void *dlopen(const char *path, int mode /* mode is ignored */)
 
 int dlclose(void *handle)
 {
-    NSUnLinkModule( m_handle, NSUNLINKMODULE_OPTION_NONE);
+    NSUnLinkModule( handle, NSUNLINKMODULE_OPTION_NONE);
     return 0;
 }