diff options
Diffstat (limited to 'cpp.h')
-rw-r--r-- | cpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ private: std::unordered_map<std::string, std::function<std::any(index_t)>> getNodeEvalMap(); std::unordered_map<std::string, std::function<std::any(index_t)>> node_eval_map; - CPPContext mCPPContext; + CPPContext mCPPContext; // intermediate data of phase 7.c void getValueOfToken(index_t index); void getValueOfNode(index_t index); |