From 06c27978a4de99392fcb275282c74fe359f006de Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 17 May 2010 14:03:31 +0000 Subject: [PATCH] Remove extra ';' --- Polyhedron/demo/Polyhedron/Polyhedron_demo_off_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;