summaryrefslogtreecommitdiff
path: root/src/expr/kind_template.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-01-25 15:16:43 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-01-25 17:39:21 -0500
commit195dffbb7468e814d3dc3226666688869c13ba3d (patch)
tree4c4915245a90615ea36cbcfbb4a8a6dcc910c384 /src/expr/kind_template.h
parent73760b3c213733fc98d67f9ceeb74d06b01a3777 (diff)
Fix errors and reduce warnings on clang (merge from mdeters/clang)
Diffstat (limited to 'src/expr/kind_template.h')
-rw-r--r--src/expr/kind_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/kind_template.h b/src/expr/kind_template.h
index 47504b0e4..0cab4e628 100644
--- a/src/expr/kind_template.h
+++ b/src/expr/kind_template.h
@@ -27,7 +27,7 @@
namespace CVC4 {
namespace kind {
-enum Kind_t {
+enum CVC4_PUBLIC Kind_t {
UNDEFINED_KIND = -1, /**< undefined */
NULL_EXPR, /**< Null kind */
${kind_decls}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback