diff options
Diffstat (limited to 'src/server/authserver/Server/BattlenetManager.h')
-rw-r--r-- | src/server/authserver/Server/BattlenetManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Server/BattlenetManager.h b/src/server/authserver/Server/BattlenetManager.h index 7bc12f94c62..3b8a145f4e9 100644 --- a/src/server/authserver/Server/BattlenetManager.h +++ b/src/server/authserver/Server/BattlenetManager.h @@ -94,7 +94,7 @@ public: bool HasComponent(Battlenet::Component const* component) const; bool HasProgram(std::string const& program) const { return _programs.count(program); } bool HasPlatform(std::string const& platform) const { return _platforms.count(platform); } - Battlenet::ModuleInfo const* GetModule(Battlenet::ModuleKey const& key) const; + Battlenet::ModuleInfo* CreateModule(std::string const& os, std::string const& name) const; private: void LoadComponents(); |