summaryrefslogtreecommitdiff
path: root/src/expr/datatype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/datatype.cpp')
-rw-r--r--src/expr/datatype.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/datatype.cpp b/src/expr/datatype.cpp
index 7548451f4..8bedd4979 100644
--- a/src/expr/datatype.cpp
+++ b/src/expr/datatype.cpp
@@ -173,8 +173,8 @@ void Datatype::setSygus( Type st, Expr bvl, bool allow_const, bool allow_all ){
}
void Datatype::addSygusConstructor(Expr op,
- std::string& cname,
- std::vector<Type>& cargs,
+ const std::string& cname,
+ const std::vector<Type>& cargs,
std::shared_ptr<SygusPrintCallback> spc,
int weight)
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback