Merge pull request #856 from lrineau/Three-fix_override-GF

Fix this override of a virtual function
This commit is contained in:
Sebastien Loriot 2016-03-02 17:14:53 +01:00
commit cf19e29f0b
1 changed files with 1 additions and 1 deletions

View File

@ -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.