mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fix compiling with Clang
This was SVN commit r7824.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user