summaryrefslogtreecommitdiff
path: root/src/options/boolean_term_conversion_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/boolean_term_conversion_mode.h')
-rw-r--r--src/options/boolean_term_conversion_mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/boolean_term_conversion_mode.h b/src/options/boolean_term_conversion_mode.h
index 65cc7a8a5..81a0c661a 100644
--- a/src/options/boolean_term_conversion_mode.h
+++ b/src/options/boolean_term_conversion_mode.h
@@ -26,7 +26,7 @@ namespace CVC4 {
namespace theory {
namespace booleans {
-typedef enum {
+enum BooleanTermConversionMode {
/**
* Convert Boolean terms to bitvectors of size 1.
*/
@@ -41,7 +41,7 @@ typedef enum {
*/
BOOLEAN_TERM_CONVERT_NATIVE
-} BooleanTermConversionMode;
+};
}/* CVC4::theory::booleans namespace */
}/* CVC4::theory namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback