From 2a8f981bee46ac0e5e0e0beb0950fb2f776381b7 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 15 Jul 2005 11:34:39 -0400 Subject: ENH: fix compile error bug# 2020 on mac --- Source/cmDynamicLoader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmDynamicLoader.cxx b/Source/cmDynamicLoader.cxx index 469401c..4905531 100644 --- a/Source/cmDynamicLoader.cxx +++ b/Source/cmDynamicLoader.cxx @@ -182,7 +182,7 @@ int cmDynamicLoader::CloseLibrary(cmLibHandle lib) // we have to use lib because the macro may not... (void)lib; - NSUnLinkModule(lib, FALSE); + NSUnLinkModule((NSModule)lib, FALSE); return 1; } -- cgit v0.12