summaryrefslogtreecommitdiff
path: root/src/expr/record.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/record.h')
-rw-r--r--src/expr/record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/record.h b/src/expr/record.h
index 2cd7defe9..d30536fb0 100644
--- a/src/expr/record.h
+++ b/src/expr/record.h
@@ -29,7 +29,7 @@
namespace CVC4 {
// This forward delcartion is required to resolve a cicular dependency with
// Record which is a referenced in a Kind file.
-class CVC4_PUBLIC Type;
+class Type;
} /* namespace CVC4 */
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback