From c356e6ca8ebbc1d6ce124636b60443f18a0ff262 Mon Sep 17 00:00:00 2001 From: Alexander Zai Date: Wed, 22 Aug 2018 16:28:50 -0700 Subject: [PATCH] fix lint --- src/executor/exec_pass.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/executor/exec_pass.h b/src/executor/exec_pass.h index 2ec87057aeb0..b50ce59772c0 100644 --- a/src/executor/exec_pass.h +++ b/src/executor/exec_pass.h @@ -86,6 +86,7 @@ class OpExecutor { virtual OpStatePtr state() const { return OpStatePtr(); } + protected: std::vector in_array_fallback; };