cast to int

This commit is contained in:
Dane Springmeyer 2013-09-18 20:29:59 -07:00
parent 8b5323f101
commit 35a42b49e6

View file

@ -717,7 +717,7 @@ void text_renderer<T>::render_id(mapnik::value_integer feature_id,
feature_id,
bit->left,
height - bit->top,
itr->properties->halo_radius);
static_cast<int>(itr->properties->halo_radius));
}
}
}