summaryrefslogtreecommitdiff
path: root/src/expr/emptybag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/emptybag.h')
-rw-r--r--src/expr/emptybag.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/emptybag.h b/src/expr/emptybag.h
index b7d348335..e9763108e 100644
--- a/src/expr/emptybag.h
+++ b/src/expr/emptybag.h
@@ -24,7 +24,7 @@ namespace CVC4 {
class TypeNode;
-class CVC4_PUBLIC EmptyBag
+class EmptyBag
{
public:
/**
@@ -51,9 +51,9 @@ class CVC4_PUBLIC EmptyBag
std::unique_ptr<TypeNode> d_type;
}; /* class EmptyBag */
-std::ostream& operator<<(std::ostream& out, const EmptyBag& es) CVC4_PUBLIC;
+std::ostream& operator<<(std::ostream& out, const EmptyBag& es);
-struct CVC4_PUBLIC EmptyBagHashFunction
+struct EmptyBagHashFunction
{
size_t operator()(const EmptyBag& es) const;
}; /* struct EmptyBagHashFunction */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback