avoid compiler warning
This commit is contained in:
parent
7b89a580f6
commit
106173914c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue