Remove extra ';'

This commit is contained in:
Andreas Fabri 2010-05-17 14:03:31 +00:00
parent e5c6883c74
commit 06c27978a4
1 changed files with 1 additions and 1 deletions

View File

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