summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-02-01 11:45:14 -0800
committerTim King <taking@google.com>2016-02-01 11:45:14 -0800
commit18973b31c440d998230aaba3e17bd915b168aa6f (patch)
tree95c290d0cda31ad9b34963ee755f5bb5af28fdf5 /src
parent06e266745d3621a11da7860de45b6533de96f55c (diff)
Removing the CVC4_PUBLIC attribute from the forward declaration of Record in type.h.
Diffstat (limited to 'src')
-rw-r--r--src/expr/type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/type.h b/src/expr/type.h
index 8a5a987d5..0f2118c44 100644
--- a/src/expr/type.h
+++ b/src/expr/type.h
@@ -38,7 +38,7 @@ struct CVC4_PUBLIC ExprManagerMapCollection;
class CVC4_PUBLIC SmtEngine;
class CVC4_PUBLIC Datatype;
-class CVC4_PUBLIC Record;
+class Record;
template <bool ref_count>
class NodeTemplate;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback