avoid compiler warning
This commit is contained in:
parent
39bae3825e
commit
631b3637dc
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ int get_pixel(mapnik::grid const& grid, int x, int y)
|
|||
}
|
||||
PyErr_SetString(PyExc_IndexError, "invalid x,y for grid dimensions");
|
||||
boost::python::throw_error_already_set();
|
||||
return 0;
|
||||
}
|
||||
|
||||
void export_grid()
|
||||
|
|
Loading…
Add table
Reference in a new issue