summaryrefslogtreecommitdiffhomepage
path: root/cpp.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-10-26 15:38:54 +0100
committerRoland Reichwein <mail@reichwein.it>2020-10-26 15:38:54 +0100
commitce77838c4f32b9dc237f0c4b17d1f1e1741254d4 (patch)
treef8b987e81bd94bff0a4035ddfe75d344664ece10 /cpp.h
parentaddbdf3cf71c6d332bdf86a101a7df544fe5a9a2 (diff)
Added ProgramOpts
Diffstat (limited to 'cpp.h')
-rw-r--r--cpp.h2
1 files changed, 1 insertions, 1 deletions
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<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 = "/");
};