Skip to content

Commit 96c583a

Browse files
committed
small fix
1 parent 6e1b4c1 commit 96c583a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fsmod/File.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ namespace simgrid::fsmod {
6666
/** Retrieves the current file position */
6767
[[nodiscard]] sg_size_t tell() const { return current_position_; }
6868

69-
std::unique_ptr<FileStat> stat() const;
69+
[[nodiscard]] std::unique_ptr<FileStat> stat() const;
7070
};
7171

7272
} // namespace simgrid::fsmod

0 commit comments

Comments
 (0)