diff options
author | 2022-04-24 14:14:49 +1000 | |
---|---|---|
committer | 2022-04-24 14:14:49 +1000 | |
commit | 25c64006b7ca4bbb0d575b46c6c5c4f214dac7ed (patch) | |
tree | 6f0399117a96c25ad14dcd80990b0262a6953592 /src/lib/util/corefile.cpp | |
parent | 6c247d5a92b46292ee54554b41df32f7a56372f3 (diff) |
srcclean in preparation for 0.243
Diffstat (limited to 'src/lib/util/corefile.cpp')
-rw-r--r-- | src/lib/util/corefile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/corefile.cpp b/src/lib/util/corefile.cpp index fd26ddaf40e..6bb6a043a04 100644 --- a/src/lib/util/corefile.cpp +++ b/src/lib/util/corefile.cpp @@ -128,7 +128,7 @@ public: virtual std::error_condition length(std::uint64_t &result) noexcept override { result = m_size; return std::error_condition(); } virtual bool eof() const override; - + protected: core_basic_file(std::uint32_t openflags, std::uint64_t length) noexcept : core_text_file(openflags) |