summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'format.h')
-rw-r--r--format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.h b/format.h
index eff23b2c..3e644bd6 100644
--- a/format.h
+++ b/format.h
@@ -51,7 +51,7 @@ struct element_t
kind_t type;
std::string chars;
- value_expr_t * val_expr;
+ value_expr * val_expr;
struct element_t * next;