From c551b6cd40e060d77252e622f119f73f15a13968 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Wed, 18 Oct 2023 09:23:50 +0200 Subject: [PATCH] Update Basic_viewer/doc/Basic_viewer/CGAL/Qt/Basic_viewer_qt.h Co-authored-by: Andreas Fabri --- Basic_viewer/doc/Basic_viewer/CGAL/Qt/Basic_viewer_qt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0de667741ab..d53538e9e81 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 @@ -16,7 +16,7 @@ public: /// Constructor given a pointer on a `QWidget` (can be a `nullptr`) and a `Graphics_scene`. /// `title` will be the title of the window. Basic_viewer_qt(QWidget* parent, - Graphics_scene& buf, + Graphics_scene& scene, const char* title=""); /// enables or disables the drawing of vertices.