mirror of https://github.com/CGAL/cgal
plug error handler to the reader
This commit is contained in:
parent
205e3afe0a
commit
7bf1db3f39
|
|
@ -380,7 +380,7 @@ public:
|
|||
msgBox.setStandardButtons(QMessageBox::Ok);
|
||||
msgBox.setIcon(QMessageBox::Critical);
|
||||
msgBox.exec();
|
||||
return new Scene_polyhedron_item();
|
||||
return NULL;
|
||||
}
|
||||
if (errorObserver->GetWarning())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue