summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWasm/Opcode.h
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2022-07-22 19:43:50 +0100
committerLinus Groh <mail@linusgroh.de>2022-07-22 23:09:43 +0100
commit8150d71821c31a23b5bc59be0b428ffbdf99b9b9 (patch)
tree61bb3a4dc83a79971b0959fc2e0870cc987dc2ec /Userland/Libraries/LibWasm/Opcode.h
parent5a106b6401fa456a10e0402895db3be3f7d91358 (diff)
downloadserenity-8150d71821c31a23b5bc59be0b428ffbdf99b9b9.zip
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
Diffstat (limited to 'Userland/Libraries/LibWasm/Opcode.h')
-rw-r--r--Userland/Libraries/LibWasm/Opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWasm/Opcode.h b/Userland/Libraries/LibWasm/Opcode.h
index 9976314a88..0dda2b7f44 100644
--- a/Userland/Libraries/LibWasm/Opcode.h
+++ b/Userland/Libraries/LibWasm/Opcode.h
@@ -10,7 +10,7 @@
namespace Wasm {
-TYPEDEF_DISTINCT_ORDERED_ID(u32, OpCode);
+AK_TYPEDEF_DISTINCT_ORDERED_ID(u32, OpCode);
namespace Instructions {