mirror of https://github.com/CGAL/cgal
Fix this override of a virtual function
This commit is contained in:
parent
7ceca8cb46
commit
e76a4727d4
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue