Fix the doxygen only.

This commit is contained in:
Vassil Vassilev 2013-09-26 09:33:56 +02:00 committed by sftnight
parent 9a2b9913ce
commit 8ffa2e2d8b

View File

@ -70,7 +70,7 @@ namespace cling {
/// resolution, e.g. because it was dlopened with RTLD_LOCAL.
///\param [in] handle - the system specific shared library handle.
///
static void ExposeHiddenSharedLibrarySymbols(DyLibHandle handle);
static void ExposeHiddenSharedLibrarySymbols(void* handle);
};
} // end namespace cling
#endif // CLING_DYNAMIC_LIBRARY_MANAGER_H