summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager.h')
-rw-r--r--src/expr/expr_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/expr_manager.h b/src/expr/expr_manager.h
index 4b00c27fc..319a5d318 100644
--- a/src/expr/expr_manager.h
+++ b/src/expr/expr_manager.h
@@ -100,10 +100,10 @@ public:
const Type* range);
/** Make a new sort with the given name. */
- const Type* mkSort(std::string name);
+ const Type* mkSort(const std::string& name);
// variables are special, because duplicates are permitted
- Expr mkVar(const Type* type, std::string name);
+ Expr mkVar(const Type* type, const std::string& name);
Expr mkVar(const Type* type);
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback