From 4e365ace4baa9eb519268c621ac69843a0599208 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dejan=20Jovanovi=C4=87?= Date: Thu, 6 May 2010 15:07:53 +0000 Subject: [PATCH] fixing the nightly failure. TypeCheckingException is now marked with CVC4_PUBLIC --- src/expr/expr_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h index ceef80292..99b57b0c2 100644 --- a/src/expr/expr_template.h +++ b/src/expr/expr_template.h @@ -42,7 +42,7 @@ class Expr; /** * Exception thrown in the case of type-checking errors. */ -class TypeCheckingException : public Exception { +class CVC4_PUBLIC TypeCheckingException : public Exception { private: -- 2.30.2