summaryrefslogtreecommitdiff
path: root/src/expr/expr_value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_value.h')
-rw-r--r--src/expr/expr_value.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/expr_value.h b/src/expr/expr_value.h
index 6df7ad76f..18ad84073 100644
--- a/src/expr/expr_value.h
+++ b/src/expr/expr_value.h
@@ -21,7 +21,9 @@
#ifndef __CVC4__EXPR__EXPR_VALUE_H
#define __CVC4__EXPR__EXPR_VALUE_H
+#include "cvc4_config.h"
#include <stdint.h>
+#include "kind.h"
namespace CVC4 {
@@ -92,9 +94,7 @@ public:
const_iterator rbegin() const;
const_iterator rend() const;
- void toString(std::ostream& out) {
- out << Kind(d_kind);
- }
+ void CVC4_PUBLIC toString(std::ostream& out) const;
};
}/* CVC4::expr namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback