mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-25 09:04:53 +00:00
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
This commit is contained in:
@@ -105,7 +105,7 @@ public:
|
||||
FeaturesReadOnly get_features_readonly() const;
|
||||
|
||||
private:
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(unsigned, GroupIndex);
|
||||
AK_TYPEDEF_DISTINCT_ORDERED_ID(unsigned, GroupIndex);
|
||||
|
||||
explicit Ext2FS(OpenFileDescription&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user