Prechádzať zdrojové kódy

LibWasm: Add missing forward declaration to Printer/Printer.h

Ben Wiederhake 3 rokov pred
rodič
commit
0f35ae13fb

+ 1 - 0
Userland/Libraries/LibWasm/Printer/Printer.h

@@ -10,6 +10,7 @@
 
 
 namespace Wasm {
 namespace Wasm {
 
 
+class Reference;
 class Value;
 class Value;
 
 
 String instruction_name(OpCode const& opcode);
 String instruction_name(OpCode const& opcode);