C4Reloc: missing method implementation signature change

heavy-resources
Martin Plicht 2011-10-16 16:25:23 +02:00
parent 5b67e90830
commit e147248036
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ void C4Reloc::Init()
AddPath(Config.General.SystemDataPath);
}
bool C4Reloc::AddPath(const char* path)
bool C4Reloc::AddPath(const char* path, PathType pathType)
{
if(!IsGlobalPath(path))
return false;