mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-25 12:32:53 +00:00
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
This commit is contained in:
parent
5a106b6401
commit
8150d71821
Notes:
sideshowbarker
2024-07-17 22:01:16 +09:00
Author: https://github.com/linusg
Commit: 8150d71821
Pull-request: https://github.com/SerenityOS/serenity/pull/14650
15 changed files with 44 additions and 43 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue