summaryrefslogtreecommitdiff
path: root/src/util/predicate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/predicate.h')
-rw-r--r--src/util/predicate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/predicate.h b/src/util/predicate.h
index 686e92dc8..5ead2f090 100644
--- a/src/util/predicate.h
+++ b/src/util/predicate.h
@@ -5,7 +5,7 @@
** Major contributors: none
** Minor contributors (to current version): none
** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2013 New York University and The University of Iowa
+ ** Copyright (c) 2009-2014 New York University and The University of Iowa
** See the file COPYING in the top-level source directory for licensing
** information.\endverbatim
**
@@ -52,7 +52,7 @@ public:
bool operator==(const Predicate& p) const;
- friend std::ostream& operator<<(std::ostream& out, const Predicate& p);
+ friend std::ostream& CVC4::operator<<(std::ostream& out, const Predicate& p);
friend size_t PredicateHashFunction::operator()(const Predicate& p) const;
};/* class Predicate */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback