From 8701050c95ad0e9162f5390f0dbc85d0a6efa907 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Mon, 16 Dec 2024 16:01:50 +0100 Subject: [PATCH] Adapt to FileHandle change of signature --- src/azure_filesystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure_filesystem.cpp b/src/azure_filesystem.cpp index 8a6fcaa..22aba24 100644 --- a/src/azure_filesystem.cpp +++ b/src/azure_filesystem.cpp @@ -21,7 +21,7 @@ void AzureContextState::QueryEnd() { AzureFileHandle::AzureFileHandle(AzureStorageFileSystem &fs, string path, FileOpenFlags flags, const AzureReadOptions &read_options) - : FileHandle(fs, std::move(path)), flags(flags), + : FileHandle(fs, std::move(path), flags), flags(flags), // File info length(0), last_modified(0), // Read info