Fix this override of a virtual function

This commit is contained in:
Laurent Rineau 2016-03-01 16:03:28 +01:00
parent 7ceca8cb46
commit e76a4727d4
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.