Skip to content

Commit 6b81916

Browse files
jnthntatumcopybara-github
authored andcommitted
not yet exported
PiperOrigin-RevId: 910156020
1 parent a552526 commit 6b81916

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

common/expr_factory.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ namespace cel {
3232

3333
class MacroExprFactory;
3434
class ParserMacroExprFactory;
35+
class OptimizerExprFactory;
3536

3637
class ExprFactory {
3738
protected:
@@ -378,6 +379,7 @@ class ExprFactory {
378379
private:
379380
friend class MacroExprFactory;
380381
friend class ParserMacroExprFactory;
382+
friend class OptimizerExprFactory;
381383

382384
ExprFactory() : accu_var_(kAccumulatorVariableName) {}
383385

0 commit comments

Comments
 (0)