1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 08:07:44 +00:00

LibSQL: Add missing forward declarations

This commit is contained in:
Timothy Flynn 2021-04-23 21:38:31 -04:00 committed by Linus Groh
parent 0252563a4e
commit 35f0450dd8

View file

@ -24,9 +24,11 @@ class Delete;
class DropTable; class DropTable;
class ErrorExpression; class ErrorExpression;
class ErrorStatement; class ErrorStatement;
class ExistsExpression;
class Expression; class Expression;
class GroupByClause; class GroupByClause;
class InChainedExpression; class InChainedExpression;
class InSelectionExpression;
class InTableExpression; class InTableExpression;
class InvertibleNestedDoubleExpression; class InvertibleNestedDoubleExpression;
class InvertibleNestedExpression; class InvertibleNestedExpression;