mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
LibSQL: Add missing forward declarations
This commit is contained in:
parent
0252563a4e
commit
35f0450dd8
Notes:
sideshowbarker
2024-07-18 19:09:55 +09:00
Author: https://github.com/trflynn89
Commit: 35f0450dd8
Pull-request: https://github.com/SerenityOS/serenity/pull/6602
Reviewed-by: https://github.com/linusg
1 changed files with 2 additions and 0 deletions
|
@ -24,9 +24,11 @@ class Delete;
|
|||
class DropTable;
|
||||
class ErrorExpression;
|
||||
class ErrorStatement;
|
||||
class ExistsExpression;
|
||||
class Expression;
|
||||
class GroupByClause;
|
||||
class InChainedExpression;
|
||||
class InSelectionExpression;
|
||||
class InTableExpression;
|
||||
class InvertibleNestedDoubleExpression;
|
||||
class InvertibleNestedExpression;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue