Fix friend struct/class mismatch warning

This commit is contained in:
John Ericson 2024-04-17 11:47:07 -04:00 committed by GitHub
parent c40e2afd33
commit 05b9dac754
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -189,7 +189,7 @@ public:
bindings = newBindings; bindings = newBindings;
} }
friend class ExprAttrs; friend struct ExprAttrs;
}; };
} }