diff options
Diffstat (limited to 'app/source/Cplt/Model/Project.hpp')
-rw-r--r-- | app/source/Cplt/Model/Project.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/source/Cplt/Model/Project.hpp b/app/source/Cplt/Model/Project.hpp index 8119a97..c5ca7db 100644 --- a/app/source/Cplt/Model/Project.hpp +++ b/app/source/Cplt/Model/Project.hpp @@ -12,8 +12,7 @@ #include <string> #include <string_view> -class Project -{ +class Project { private: std::filesystem::path mRootPath; std::string mRootPathString; |