diff --git a/src/app/pathman.h b/src/app/pathman.h index 3712d307..7726786d 100644 --- a/src/app/pathman.h +++ b/src/app/pathman.h @@ -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); diff --git a/src/ui/screen/screen_setup_mods.h b/src/ui/screen/screen_setup_mods.h index fbe2c6eb..9098d7d7 100644 --- a/src/ui/screen/screen_setup_mods.h +++ b/src/ui/screen/screen_setup_mods.h @@ -44,9 +44,9 @@ protected: void UpdateLoadedModList(); protected: - CModManager* m_modManager; - CMainDialog* m_dialog; + + CModManager* m_modManager; }; } // namespace Ui