diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2016-12-25 00:58:50 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2016-12-25 01:01:06 +0100 |
| commit | 2a323c549554cbe028efd92be55104460388c742 (patch) | |
| tree | 3c7deb9f9b57bd62cf757a6884e4611610354490 /include/fs/extfs.hpp | |
| parent | 7bd8cc53fc013aed452ae12f0405242f35c0860c (diff) | |
| download | extfs-2a323c549554cbe028efd92be55104460388c742.tar.xz extfs-2a323c549554cbe028efd92be55104460388c742.zip | |
superblock: Rename extfs_superblock to superblock
Diffstat (limited to 'include/fs/extfs.hpp')
| -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 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{}; }; |
