1
0
Fork 0
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:
Timothy Flynn 2021-04-23 21:38:31 -04:00 committed by Linus Groh
parent 0252563a4e
commit 35f0450dd8
Notes: sideshowbarker 2024-07-18 19:09:55 +09:00

View file

@ -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;