diff options
Diffstat (limited to 'zenserver/projectstore.h')
| -rw-r--r-- | zenserver/projectstore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/projectstore.h b/zenserver/projectstore.h index 8cebc5f6c..f30845fd1 100644 --- a/zenserver/projectstore.h +++ b/zenserver/projectstore.h @@ -108,6 +108,7 @@ public: const std::string& OplogId() const { return m_OplogId; } const std::filesystem::path& TempPath() const { return m_TempPath; } + const std::filesystem::path& MarkerPath() const { return m_MarkerPath; } spdlog::logger& Log() { return m_OuterProject->Log(); } void Flush(); |