summaryrefslogtreecommitdiff
path: root/src/cgalworker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgalworker.cc')
-rw-r--r--src/cgalworker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgalworker.cc b/src/cgalworker.cc
index 30bb1fe..96fead9 100644
--- a/src/cgalworker.cc
+++ b/src/cgalworker.cc
@@ -31,7 +31,7 @@ void CGALWorker::work()
CGALEvaluator evaluator(*this->tree);
root_N = new CGAL_Nef_polyhedron(evaluator.evaluateCGALMesh(*this->tree->root()));
}
- catch (ProgressCancelException e) {
+ catch (const ProgressCancelException &e) {
PRINT("Rendering cancelled.");
}
contact: Jan Huwald // Impressum