summaryrefslogtreecommitdiff
path: root/src/theory/bags/make_bag_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bags/make_bag_op.h')
-rw-r--r--src/theory/bags/make_bag_op.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/bags/make_bag_op.h b/src/theory/bags/make_bag_op.h
index a53000651..36bd3f5df 100644
--- a/src/theory/bags/make_bag_op.h
+++ b/src/theory/bags/make_bag_op.h
@@ -34,7 +34,7 @@ class TypeNode;
class MakeBagOp
{
public:
- MakeBagOp(const TypeNode& elementType);
+ explicit MakeBagOp(const TypeNode& elementType);
MakeBagOp(const MakeBagOp& op);
/** return the type of the current object */
@@ -43,7 +43,6 @@ class MakeBagOp
bool operator==(const MakeBagOp& op) const;
private:
- MakeBagOp();
/** a pointer to the type of the bag element */
std::unique_ptr<TypeNode> d_type;
}; /* class MakeBagOp */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback