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)