Warning Fix

- Initialized temp_item to 0 to silence a warning.
This commit is contained in:
Maxime Gimeno 2015-11-17 10:27:20 +01:00
parent 85312f43e3
commit dfd3acb4ef
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ void Polyhedron_demo_mesh_3_plugin::mesh_3()
QApplication::setOverrideCursor(Qt::WaitCursor);
Scene_item* temp_item;
Scene_item* temp_item = 0;
if (NULL != poly_item)
{
Polyhedron* pMesh = poly_item->polyhedron();