diff options
Diffstat (limited to 'zencore')
| -rw-r--r-- | zencore/filesystem.cpp | 2 | ||||
| -rw-r--r-- | zencore/include/zencore/thread.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/zencore/filesystem.cpp b/zencore/filesystem.cpp index 7b123eb4e..908810773 100644 --- a/zencore/filesystem.cpp +++ b/zencore/filesystem.cpp @@ -610,7 +610,7 @@ PathFromHandle(void* NativeHandle) return FullPath; } -std::filesystem::path +std::filesystem::path GetRunningExecutablePath() { TCHAR ExePath[MAX_PATH]; diff --git a/zencore/include/zencore/thread.h b/zencore/include/zencore/thread.h index bf27d75ae..8a0adbe9f 100644 --- a/zencore/include/zencore/thread.h +++ b/zencore/include/zencore/thread.h @@ -103,7 +103,7 @@ public: }; /** Basic abstraction of a named (system wide) mutex primitive - */ + */ class NamedMutex { public: |