summaryrefslogtreecommitdiff
path: root/src/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr.h')
-rw-r--r--src/expr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr.h b/src/expr.h
index 08d30316..24276cd1 100644
--- a/src/expr.h
+++ b/src/expr.h
@@ -74,7 +74,8 @@ class expr_t
public:
class op_t;
- typedef intrusive_ptr<op_t> ptr_op_t;
+ typedef intrusive_ptr<op_t> ptr_op_t;
+ typedef intrusive_ptr<const op_t> const_ptr_op_t;
enum parse_flags_enum_t {
PARSE_NORMAL = 0x00,