diff options
Diffstat (limited to 'src/configure.h')
-rw-r--r-- | src/configure.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configure.h b/src/configure.h index cc20707..ac8d721 100644 --- a/src/configure.h +++ b/src/configure.h @@ -9,11 +9,11 @@ #include <vector> namespace ctor { -struct Settings; +struct settings; } // namespace ctor:: extern std::filesystem::path configurationFile;; extern std::filesystem::path configHeaderFile; -int configure(const ctor::Settings& settings, int argc, char* argv[]); -int reconfigure(const ctor::Settings& settings, int argc, char* argv[]); +int configure(const ctor::settings& settings, int argc, char* argv[]); +int reconfigure(const ctor::settings& settings, int argc, char* argv[]); |