From ce77838c4f32b9dc237f0c4b17d1f1e1741254d4 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 26 Oct 2020 15:38:54 +0100 Subject: Added ProgramOpts --- cpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp.h') diff --git a/cpp.h b/cpp.h index dfe09ca..3d82751 100644 --- a/cpp.h +++ b/cpp.h @@ -40,6 +40,6 @@ private: std::vector m_charTokens; // result of phase 3 std::vector 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 = "/"); }; -- cgit v1.2.3