summaryrefslogtreecommitdiff
path: root/src/smt/logic_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/logic_exception.h')
-rw-r--r--src/smt/logic_exception.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/smt/logic_exception.h b/src/smt/logic_exception.h
index c3eadb517..bb1d274ae 100644
--- a/src/smt/logic_exception.h
+++ b/src/smt/logic_exception.h
@@ -26,7 +26,8 @@
namespace CVC4 {
-class CVC4_PUBLIC LogicException : public CVC4::Exception {
+class LogicException : public CVC4::Exception
+{
public:
LogicException() :
Exception("Feature used while operating in "
@@ -40,7 +41,7 @@ class CVC4_PUBLIC LogicException : public CVC4::Exception {
LogicException(const char* msg) :
Exception(msg) {
}
-};/* class LogicException */
+}; /* class LogicException */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback