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, 3 insertions, 0 deletions
diff --git a/src/expr.h b/src/expr.h
index e082efa5..ab3487fe 100644
--- a/src/expr.h
+++ b/src/expr.h
@@ -58,6 +58,9 @@ public:
typedef intrusive_ptr<op_t> ptr_op_t;
typedef intrusive_ptr<const op_t> const_ptr_op_t;
+ friend void intrusive_ptr_add_ref(const op_t * op);
+ friend void intrusive_ptr_release(const op_t * op);
+
enum check_expr_kind_t {
EXPR_GENERAL,
EXPR_ASSERTION,