summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager_template.cpp')
-rw-r--r--src/expr/expr_manager_template.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/expr_manager_template.cpp b/src/expr/expr_manager_template.cpp
index 25578399f..a8491c937 100644
--- a/src/expr/expr_manager_template.cpp
+++ b/src/expr/expr_manager_template.cpp
@@ -20,7 +20,7 @@
#include "expr/expr_manager.h"
#include "expr/variable_type_map.h"
#include "context/context.h"
-#include "util/options.h"
+#include "options/options.h"
#include "util/stats.h"
#include <map>
@@ -126,7 +126,7 @@ ExprManager::~ExprManager() throw() {
}
}
-const Options* ExprManager::getOptions() const {
+const Options& ExprManager::getOptions() const {
return d_nodeManager->getOptions();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback