summaryrefslogtreecommitdiff
path: root/src/theory/arith/normal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/normal.h')
-rw-r--r--src/theory/arith/normal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/normal.h b/src/theory/arith/normal.h
index 7f8192a7d..0dbd7355a 100644
--- a/src/theory/arith/normal.h
+++ b/src/theory/arith/normal.h
@@ -12,7 +12,7 @@ typedef expr::Attribute<IsNormalAttrID, bool> IsNormal;
inline bool isNormalized(TNode x){
- return x.hasAttribute(IsNormal());
+ return x.getAttribute(IsNormal());
}
struct NormalFormAttrID;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback