Fix build error
parent
8390d85e46
commit
dc64b95406
|
@ -37,7 +37,7 @@ public:
|
|||
void SetDataPath(const std::string &dataPath);
|
||||
void SetLangPath(const std::string &langPath);
|
||||
void SetSavePath(const std::string &savePath);
|
||||
void AddModSearchDir(const std::string &modAutoloadDirPath);
|
||||
void AddModSearchDir(const std::string &modSearchDirPath);
|
||||
void AddMod(const std::string &modPath);
|
||||
void RemoveMod(const std::string &modPath);
|
||||
bool ModLoaded(const std::string& modPath);
|
||||
|
|
|
@ -44,9 +44,9 @@ protected:
|
|||
void UpdateLoadedModList();
|
||||
|
||||
protected:
|
||||
CModManager* m_modManager;
|
||||
|
||||
CMainDialog* m_dialog;
|
||||
|
||||
CModManager* m_modManager;
|
||||
};
|
||||
|
||||
} // namespace Ui
|
||||
|
|
Loading…
Reference in New Issue