From cf53fda4e586703efb634b3da54a19f0624da88d Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Thu, 12 Jan 2017 12:50:17 +0100 Subject: [PATCH] Fix synthax error. --- Polyhedron/demo/Polyhedron/Viewer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Polyhedron/demo/Polyhedron/Viewer.cpp b/Polyhedron/demo/Polyhedron/Viewer.cpp index 26c82410131..2ce3a12f0f9 100644 --- a/Polyhedron/demo/Polyhedron/Viewer.cpp +++ b/Polyhedron/demo/Polyhedron/Viewer.cpp @@ -1781,6 +1781,7 @@ qglviewer::Vec Viewer::offset()const { return d->offset; } void Viewer::setSceneBoundingBox(const qglviewer::Vec &min, const qglviewer::Vec &max) { QGLViewer::setSceneBoundingBox(min+d->offset, max+d->offset); +} void Viewer::updateIds(CGAL::Three::Scene_item * item) {