From 52785ca1662141fc911156ef4d15d1fa3202e63c Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Fri, 5 Apr 2019 10:05:08 +0200 Subject: [PATCH] fix parameter name in doc --- Three/include/CGAL/Three/Viewer_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Three/include/CGAL/Three/Viewer_interface.h b/Three/include/CGAL/Three/Viewer_interface.h index 2cc57bff14e..c9fd60b946c 100644 --- a/Three/include/CGAL/Three/Viewer_interface.h +++ b/Three/include/CGAL/Three/Viewer_interface.h @@ -114,7 +114,7 @@ public: //! \brief Constructor for the secondary viewers. //! //! \param parent the parent widget. It usually is the MainWindow. - //! \param sharedWidget the main viewer of the Application. This will share the + //! \param shared_widget the main viewer of the Application. This will share the //! context and allow synchronized rendering of multiple views. //! Viewer_interface(QWidget* parent, QOpenGLWidget* shared_widget)