mirror of https://github.com/CGAL/cgal
Remove extra ';'
This commit is contained in:
parent
e5c6883c74
commit
06c27978a4
|
|
@ -23,7 +23,7 @@ public:
|
||||||
|
|
||||||
QStringList Polyhedron_demo_off_plugin::nameFilters() const {
|
QStringList Polyhedron_demo_off_plugin::nameFilters() const {
|
||||||
return QStringList() << "OFF files (*.off)";
|
return QStringList() << "OFF files (*.off)";
|
||||||
};
|
}
|
||||||
|
|
||||||
bool Polyhedron_demo_off_plugin::canLoad() const {
|
bool Polyhedron_demo_off_plugin::canLoad() const {
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue