From 2a323c549554cbe028efd92be55104460388c742 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 25 Dec 2016 00:58:50 +0100 Subject: superblock: Rename extfs_superblock to superblock --- include/fs/extfs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fs/extfs.hpp') 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{}; }; -- cgit v1.2.3