about summary refs log tree commit diff
path: root/src/game/localization.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/localization.h')
-rw-r--r--src/game/localization.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/localization.h b/src/game/localization.h
index 2e96ef04..e117c4ff 100644
--- a/src/game/localization.h
+++ b/src/game/localization.h
@@ -24,7 +24,7 @@ class CLocalizationDatabase
 public:
 	CLocalizationDatabase();
 
-	bool Load(const char *pFilename);
+	bool Load(const char *pFilename, class IConsole *pConsole);
 
 	int Version() { return m_CurrentVersion; }