diff --git a/Basic_viewer/doc/Basic_viewer/CGAL/Qt/Basic_viewer_qt.h b/Basic_viewer/doc/Basic_viewer/CGAL/Qt/Basic_viewer_qt.h index d81fcab0d5c..d1fab474664 100644 --- a/Basic_viewer/doc/Basic_viewer/CGAL/Qt/Basic_viewer_qt.h +++ b/Basic_viewer/doc/Basic_viewer/CGAL/Qt/Basic_viewer_qt.h @@ -168,7 +168,7 @@ public: opens a new window and draws the given `Graphics_scene` (which must have been filled before). `title` will be the title of the window. A call to this method is blocking, that is the program continues as soon as the user closes the window. This function requires `CGAL_Qt5`, and is only available if the macro `CGAL_USE_BASIC_VIEWER` is defined. Linking with the cmake target `CGAL::CGAL_Basic_viewer` will link with `CGAL_Qt5` and add the definition CGAL_USE_BASIC_VIEWER. */ template -void draw_graphics_scene(const Graphics_scene& graphic_buffer, +void draw_graphics_scene(const Graphics_scene& graphic_scene, const char *title="CGAL Basic Viewer") {}