mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 09:04:36 +00:00
harmless gcc warning
This commit is contained in:
parent
55a57f7e96
commit
e50de8628f
@ -20,6 +20,7 @@ bool MeshLabApplication::notify( QObject * rec, QEvent * ev )
|
||||
}
|
||||
catch (MeshLabException& e)
|
||||
{
|
||||
qCritical(e.what());
|
||||
qCritical("%s",e.what());
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user