Skip to content

Commit b2a79da

Browse files
committed
fix IO plugin
1 parent b3ed54a commit b2a79da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lab/demo/Lab/Plugins/IO/GOCAD_io_plugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ class CGAL_Lab_gocad_plugin :
3939
};
4040

4141
QString CGAL_Lab_gocad_plugin::nameFilters() const {
42-
return "GOCAD files (*.ts)";
42+
return "GOCAD files (*.ts *.ml)";
43+
4344
}
4445

4546
bool CGAL_Lab_gocad_plugin::canLoad(QFileInfo) const {
@@ -57,7 +58,6 @@ CGAL_Lab_gocad_plugin::load(QFileInfo fileinfo, bool& ok, bool add_to_scene) {
5758
ok = false;
5859
return QList<Scene_item*>();
5960
}
60-
in.close();
6161

6262
CGAL::Timer t;
6363
t.start();

0 commit comments

Comments
 (0)