diff --git a/Polyhedron/demo/Polyhedron/Plugins/Point_set/Point_set_shape_detection_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/Point_set/Point_set_shape_detection_plugin.cpp index 5d07fe14d1b..a3833b8c7bf 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Point_set/Point_set_shape_detection_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/Point_set/Point_set_shape_detection_plugin.cpp @@ -28,7 +28,7 @@ #include -#include "Progress_bar_callback.h" +#include "Qt_progress_bar_callback.h" #include #include @@ -255,7 +255,7 @@ private: // The actual shape detection. CGAL::Real_timer t; t.start(); - Progress_bar_callback callback; + Qt_progress_bar_callback callback ("Detecting shapes...", mw); shape_detection.detect(op, callback); t.stop();