mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWasm: Add missing forward declaration to Printer/Printer.h
This commit is contained in:
parent
fd7e8f16f2
commit
0f35ae13fb
Notes:
sideshowbarker
2024-07-18 02:58:25 +09:00
Author: https://github.com/BenWiederhake
Commit: 0f35ae13fb
Pull-request: https://github.com/SerenityOS/serenity/pull/10320
Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
namespace Wasm {
|
||||
|
||||
class Reference;
|
||||
class Value;
|
||||
|
||||
String instruction_name(OpCode const& opcode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue