summaryrefslogtreecommitdiff
path: root/src/smt/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/env.h')
-rw-r--r--src/smt/env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/env.h b/src/smt/env.h
index 79377206a..4ad8c81e2 100644
--- a/src/smt/env.h
+++ b/src/smt/env.h
@@ -97,7 +97,7 @@ class Env
const LogicInfo& getLogicInfo() const;
/** Get a pointer to the StatisticsRegistry. */
- StatisticsRegistry* getStatisticsRegistry();
+ StatisticsRegistry& getStatisticsRegistry();
/* Option helpers---------------------------------------------------------- */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback