aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse.h b/parse.h
index 6ab98bfd..d8cabfb3 100644
--- a/parse.h
+++ b/parse.h
@@ -33,8 +33,8 @@ enum part_context {
*/
struct parse_ctx {
std::string filename;
- std::stack<std::string> key_stack;
- std::stack<vcomponent> comp_stack;
+ std::stack<strbuf*> key_stack;
+ std::stack<vcomponent*> comp_stack;
/* Number for unfolded lines */
int line = 0;