aboutsummaryrefslogtreecommitdiff
path: root/core/src/Model/GlobalStates.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/Model/GlobalStates.hpp')
-rw-r--r--core/src/Model/GlobalStates.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/Model/GlobalStates.hpp b/core/src/Model/GlobalStates.hpp
index d88f752..6970642 100644
--- a/core/src/Model/GlobalStates.hpp
+++ b/core/src/Model/GlobalStates.hpp
@@ -19,8 +19,8 @@ public:
struct RecentProject
{
- std::filesystem::path path;
- std::string cachedUtf8String;
+ std::filesystem::path Path;
+ std::string CachedUtf8String;
};
public: