mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +00:00
LibJS: Correctly forward declare "Argument" as a struct
This commit is contained in:
parent
9430918026
commit
a502ba73dc
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
|||
namespace JS {
|
||||
|
||||
class ASTNode;
|
||||
class Argument;
|
||||
class Cell;
|
||||
class Error;
|
||||
class Exception;
|
||||
|
@ -48,6 +47,8 @@ class Statement;
|
|||
class Value;
|
||||
enum class DeclarationType;
|
||||
|
||||
struct Argument;
|
||||
|
||||
template<class T>
|
||||
class Handle;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue