Skip to content

Commit

Permalink
Use qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Apr 5, 2024
1 parent 59ad30d commit d704106
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class S3ReadFile final : public ReadFile {

// Gets the length of the file.
// Checks if there are any issues reading the file.
void initialize(const FileOptions& options) {
void initialize(const filesystems::FileOptions& options) {
if (options.values.count("fileSize") > 0) {
length_ = !options.values.at("fileSize").empty()
? std::stoull(options.values.at("fileSize"))
Expand Down

0 comments on commit d704106

Please sign in to comment.