LibSQL: Add missing forward declarations

This commit is contained in:
Timothy Flynn 2021-04-23 21:38:31 -04:00 committed by Linus Groh
commit 35f0450dd8
Notes: sideshowbarker 2024-07-18 19:09:55 +09:00

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;