mirror of https://github.com/CGAL/cgal
Don't use CGAL_UNUSED
This commit is contained in:
parent
79008f1618
commit
6c581bac7f
|
|
@ -829,7 +829,7 @@ public:
|
|||
QList<Scene_item*> load(QFileInfo , bool& ok, bool add_to_scene=true) Q_DECL_OVERRIDE
|
||||
|
||||
{
|
||||
CGAL_UNUSED(add_to_scene);
|
||||
Q_UNUSED(add_to_scene);
|
||||
ok = false;
|
||||
return QList<Scene_item*>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue