summaryrefslogtreecommitdiff
path: root/src/base/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/exception.h')
-rw-r--r--src/base/exception.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/exception.h b/src/base/exception.h
index 02384b6cb..38bbe47a4 100644
--- a/src/base/exception.h
+++ b/src/base/exception.h
@@ -90,7 +90,7 @@ protected:
static std::string format_extra(const char* condStr, const char* argDesc);
- static char* s_header;
+ static const char* s_header;
public:
@@ -155,8 +155,8 @@ public:
private:
/* Disallow copies */
- LastExceptionBuffer(const LastExceptionBuffer&) CVC4_UNUSED;
- LastExceptionBuffer& operator=(const LastExceptionBuffer&) CVC4_UNUSED;
+ LastExceptionBuffer(const LastExceptionBuffer&) CVC4_UNDEFINED;
+ LastExceptionBuffer& operator=(const LastExceptionBuffer&) CVC4_UNDEFINED;
char* d_contents;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback