diff options
Diffstat (limited to 'cpp.h')
-rw-r--r-- | cpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,6 +40,6 @@ private: std::vector<Token> m_charTokens; // result of phase 3 std::vector<Gram::TreeNode> m_nodes; // result of phase 7.b - void traverse(index_t node_id, map_type& map); + void traverse(index_t node_id, map_type& map, fs::path parent_path = "/"); }; |