diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/fs/extfs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fs/extfs.hpp b/include/fs/extfs.hpp index fb8f044..545a840 100644 --- a/include/fs/extfs.hpp +++ b/include/fs/extfs.hpp @@ -78,8 +78,8 @@ namespace fs bool has_label() const; private: - std::fstream m_stream{}; detail::extfs_superblock m_primarySuperblock{}; + std::fstream m_stream{}; }; } |
