diff --git a/Polyhedron/demo/Polyhedron/Polyhedron_demo_off_plugin.cpp b/Polyhedron/demo/Polyhedron/Polyhedron_demo_off_plugin.cpp index eadac27959a..5dc9fba218b 100644 --- a/Polyhedron/demo/Polyhedron/Polyhedron_demo_off_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Polyhedron_demo_off_plugin.cpp @@ -23,7 +23,7 @@ public: QStringList Polyhedron_demo_off_plugin::nameFilters() const { return QStringList() << "OFF files (*.off)"; -}; +} bool Polyhedron_demo_off_plugin::canLoad() const { return true;