summaryrefslogtreecommitdiff
path: root/include/fs/extfs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/fs/extfs.hpp')
-rw-r--r--include/fs/extfs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fs/extfs.hpp b/include/fs/extfs.hpp
index 545a840..b06b9fb 100644
--- a/include/fs/extfs.hpp
+++ b/include/fs/extfs.hpp
@@ -78,7 +78,7 @@ namespace fs
bool has_label() const;
private:
- detail::extfs_superblock m_primarySuperblock{};
+ detail::superblock m_primarySuperblock{};
std::fstream m_stream{};
};