mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-21 12:22:19 +03:00
fix(client): missing static specifier
This commit is contained in:
parent
5928749866
commit
77608bab14
@ -43,8 +43,8 @@ class ClientServices : public LoginResponse {
|
||||
static void SetAccountName(const char* accountName);
|
||||
static int32_t SetSelectedRealmInfo(int32_t a1);
|
||||
static void InitLoginServerCVars(int32_t overwrite, const char* locale);
|
||||
const char* GetDefaultRealmlistString();
|
||||
const char* GetDefaultPatchListString();
|
||||
static const char* GetDefaultRealmlistString();
|
||||
static const char* GetDefaultPatchListString();
|
||||
|
||||
// Virtual member functions
|
||||
virtual int32_t GetLoginServerType();
|
||||
|
Loading…
Reference in New Issue
Block a user