summaryrefslogtreecommitdiff
path: root/src/compat/cvc3_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat/cvc3_compat.h')
-rw-r--r--src/compat/cvc3_compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compat/cvc3_compat.h b/src/compat/cvc3_compat.h
index 39f6658ad..c140d2994 100644
--- a/src/compat/cvc3_compat.h
+++ b/src/compat/cvc3_compat.h
@@ -469,7 +469,7 @@ public:
InputLanguage getOutputLang() const;
};/* class CVC3::ExprManager */
-typedef CVC4::StatisticsRegistry Statistics;
+typedef CVC4::Statistics Statistics;
#define PRESENTATION_LANG ::CVC4::language::input::LANG_CVC4
#define SMTLIB_LANG ::CVC4::language::input::LANG_SMTLIB
@@ -1553,7 +1553,7 @@ public:
/***************************************************************************/
//! Get statistics object
- virtual Statistics& getStatistics();
+ virtual Statistics getStatistics();
//! Print collected statistics to stdout
virtual void printStatistics();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback