summaryrefslogtreecommitdiff
path: root/src/theory/logic_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/logic_info.h')
-rw-r--r--src/theory/logic_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/logic_info.h b/src/theory/logic_info.h
index 8cd326039..18d51d29f 100644
--- a/src/theory/logic_info.h
+++ b/src/theory/logic_info.h
@@ -43,7 +43,7 @@ namespace CVC4 {
* (e.g., for communicating to the SmtEngine which theories should be used,
* rather than having to provide an SMT-LIB string).
*/
-class LogicInfo {
+class CVC4_PUBLIC LogicInfo {
mutable std::string d_logicString; /**< an SMT-LIB-like logic string */
bool d_theories[theory::THEORY_LAST]; /**< set of active theories */
size_t d_sharingTheories; /**< count of theories that need sharing */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback