Mercurial > hg > orthanc-object-storage
diff Azure/AzureBlobStoragePlugin.h @ 79:16514270d9ca
fix
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 14 Oct 2022 16:22:26 +0200 |
parents | d7295e8678d7 |
children | b3787f4aa16a |
line wrap: on
line diff
--- a/Azure/AzureBlobStoragePlugin.h Fri Oct 14 11:00:18 2022 +0200 +++ b/Azure/AzureBlobStoragePlugin.h Fri Oct 14 16:22:26 2022 +0200 @@ -25,5 +25,5 @@ { public: static const char* GetStoragePluginName(); - static IStorage* CreateStorage(const OrthancPlugins::OrthancConfiguration& orthancConfig); + static IStorage* CreateStorage(const std::string& nameForLogs, const OrthancPlugins::OrthancConfiguration& orthancConfig); };