mirror of https://github.com/CGAL/cgal
Merge pull request #856 from lrineau/Three-fix_override-GF
Fix this override of a virtual function
This commit is contained in:
commit
cf19e29f0b
|
|
@ -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