remove a warning

This commit is contained in:
Sébastien Loriot 2016-05-11 17:02:14 +02:00
parent f294d4cade
commit c988360a3b
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ void Scene_spheres_item::initializeBuffers(CGAL::Three::Viewer_interface *viewer
program->release();
nb_centers = centers.size();
nb_centers = static_cast<int>(centers.size());
centers.clear();
centers.swap(centers);
colors.clear();