WC24PatchEngine: Mark LoadPatches() as static
Resolves a -Wmissing-declaration warning, since no prototype existed for the function.
This commit is contained in:
parent
dd0ac7d53c
commit
b4b624b97b
|
@ -81,7 +81,7 @@ void LoadPatchSection(const Common::IniFile& ini)
|
|||
ReadEnabledAndDisabled(ini, "WC24Patch", &s_patches);
|
||||
}
|
||||
|
||||
void LoadPatches()
|
||||
static void LoadPatches()
|
||||
{
|
||||
const auto& sconfig = SConfig::GetInstance();
|
||||
// We can only load WC24 Channels.
|
||||
|
|
Loading…
Reference in New Issue