summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTim King <tim.king@imag.fr>2015-04-13 12:23:49 +0200
committerTim King <tim.king@imag.fr>2015-04-13 12:23:49 +0200
commit54553d7e30a3db13c36a782a3350abf8ea29ad99 (patch)
treea34ae9093c3a3e92200ccdcd06d16e251f70da71 /src
parent3f59801357808a538934b04ce7bf0894dec1b0dd (diff)
Making CVC4::theory::quantifiers::PrenexQuantMode public for now.
Diffstat (limited to 'src')
-rw-r--r--src/theory/quantifiers/modes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers/modes.h b/src/theory/quantifiers/modes.h
index a6c52274f..d0bed023d 100644
--- a/src/theory/quantifiers/modes.h
+++ b/src/theory/quantifiers/modes.h
@@ -15,7 +15,7 @@
** \todo document this file
**/
-#include "cvc4_private.h"
+#include "cvc4_public.h"
#ifndef __CVC4__THEORY__QUANTIFIERS__MODES_H
#define __CVC4__THEORY__QUANTIFIERS__MODES_H
@@ -114,7 +114,7 @@ typedef enum {
TRIGGER_SEL_MAX,
} TriggerSelMode;
-typedef enum {
+typedef enum CVC4_PUBLIC {
/** default : prenex quantifiers without user patterns */
PRENEX_NO_USER_PAT,
/** prenex all */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback