avoid compiler warning

This commit is contained in:
Dane Springmeyer 2011-09-01 00:42:23 +00:00
parent 7b89a580f6
commit 106173914c

View file

@ -32,7 +32,7 @@ namespace mapnik {
* Nearest neighbor resampling for grids
*/
static void scale_grid(mapnik::grid::data_type & target,
static inline void scale_grid(mapnik::grid::data_type & target,
const mapnik::grid::data_type & source,
double x_off_f, double y_off_f)
{