summaryrefslogtreecommitdiff
path: root/src/main/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/main.cpp')
-rw-r--r--src/main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index c21a7bdac..1423befb6 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -112,7 +112,7 @@ int main(int argc, char* argv[]) {
pStatistics->flushStatistics(*options.err);
}
exit(1);
- } catch(bad_alloc) {
+ } catch(bad_alloc&) {
#ifdef CVC4_COMPETITION_MODE
*options.out << "unknown" << endl;
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback