From e76a4727d49b5ccda1df25152b4208251dd48c92 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 1 Mar 2016 16:03:28 +0100 Subject: [PATCH] Fix this override of a virtual function --- Three/include/CGAL/Three/Scene_group_item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Three/include/CGAL/Three/Scene_group_item.h b/Three/include/CGAL/Three/Scene_group_item.h index 348d2f4a5e9..bc4db1cc511 100644 --- a/Three/include/CGAL/Three/Scene_group_item.h +++ b/Three/include/CGAL/Three/Scene_group_item.h @@ -57,7 +57,7 @@ public : //!Returns an empty BBox to avoid disturbing the BBox of the scene. Bbox bbox() const; //!Not supported. - Scene_group_item* clone() const {return 0;} + Scene_item* clone() const {return 0;} //! Indicate if rendering mode is supported. bool supportsRenderingMode(RenderingMode m) const; //!Prints the number of children.