Fix compiling with Clang

This was SVN commit r7824.
This commit is contained in:
Ykkrosh
2010-07-30 21:42:22 +00:00
parent dd5f242e1e
commit d29dd45237
6 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ void DllLoader::LoadSymbolInternal(const char* name, void** fptr) const
throw PSERROR_DllLoader_SymbolNotFound();
}
void DllLoader::OverrideLibdir(const CStr& libdir)
void DllLoader::OverrideLibdir(const char* libdir)
{
g_Libdir = libdir;
}