diff --git a/chore/llcppg/ast/ast.go b/chore/llcppg/ast/ast.go index 07019086..18395c4b 100644 --- a/chore/llcppg/ast/ast.go +++ b/chore/llcppg/ast/ast.go @@ -242,6 +242,8 @@ type RecordType struct { Methods []*FuncDecl } +func (*RecordType) exprNode() {} + // ------------------------------------------------ // Template