diff options
Diffstat (limited to 'src/zenserver/projectstore/zenremoteprojectstore.h')
| -rw-r--r-- | src/zenserver/projectstore/zenremoteprojectstore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/projectstore/zenremoteprojectstore.h b/src/zenserver/projectstore/zenremoteprojectstore.h index 9f079ee74..7c81a597d 100644 --- a/src/zenserver/projectstore/zenremoteprojectstore.h +++ b/src/zenserver/projectstore/zenremoteprojectstore.h @@ -13,6 +13,6 @@ struct ZenRemoteStoreOptions : RemoteStoreOptions std::string OplogId; }; -std::shared_ptr<RemoteProjectStore> CreateZenRemoteStore(const ZenRemoteStoreOptions& Options); +std::shared_ptr<RemoteProjectStore> CreateZenRemoteStore(const ZenRemoteStoreOptions& Options, const std::filesystem::path& TempFilePath); } // namespace zen |