From 5665be7fd126c435ed4ad4ceb8c01f0e6eb16975 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 15 May 2016 14:58:54 +0200 Subject: fixed calls to helper.exe using wrong path --- src/helper.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/helper.h') diff --git a/src/helper.h b/src/helper.h index 410e2527..cd4b7883 100644 --- a/src/helper.h +++ b/src/helper.h @@ -38,17 +38,17 @@ namespace Helper { * This will create all required sub-directories and give the user running ModOrganizer * write-access * - * @param moDirectory absolute path to the ModOrganizer base directory + * @param moPath absolute path to the ModOrganizer base directory * @return true on success **/ -bool init(const std::wstring &moDirectory); +bool init(const std::wstring &moPath, const std::wstring &dataPath); /** * @brief sets the last modified time for all .bsa-files in the target directory well into the past - * @param moDirectory absolute path to the modOrganizer base directory + * @param moPath absolute path to the modOrganizer base directory * @param dataPath the path taht contains the .bsa-files, usually the data directory of the game **/ -bool backdateBSAs(const std::wstring &moDirectory, const std::wstring &dataPath); +bool backdateBSAs(const std::wstring &moPath, const std::wstring &dataPath); } -- cgit v1.3.1