mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 22:38:51 +00:00
Ext2FS: Make Ext2FS::GroupIndex a distinct integer type
This commit is contained in:
parent
acf341862a
commit
c62c00e7db
Notes:
sideshowbarker
2024-07-18 22:24:27 +09:00
Author: https://github.com/awesomekling
Commit: c62c00e7db
2 changed files with 18 additions and 16 deletions
|
@ -113,7 +113,8 @@ public:
|
|||
virtual u8 internal_file_type_to_directory_entry_type(const DirectoryEntryView& entry) const override;
|
||||
|
||||
private:
|
||||
typedef unsigned GroupIndex;
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(unsigned, GroupIndex);
|
||||
|
||||
explicit Ext2FS(FileDescription&);
|
||||
|
||||
const ext2_super_block& super_block() const { return m_super_block; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue