mirror of
https://github.com/RGBCube/serenity
synced 2025-05-29 14:05:11 +00:00
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
This commit is contained in:
parent
5a106b6401
commit
8150d71821
15 changed files with 44 additions and 43 deletions
|
@ -13,7 +13,7 @@ namespace Kernel {
|
|||
|
||||
class BlockBasedFileSystem : public FileBackedFileSystem {
|
||||
public:
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u64, BlockIndex);
|
||||
AK_TYPEDEF_DISTINCT_ORDERED_ID(u64, BlockIndex);
|
||||
|
||||
virtual ~BlockBasedFileSystem() override;
|
||||
virtual ErrorOr<void> initialize() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue