add missing function declaration in image_util.hpp (was orphaned in cpp file)
This commit is contained in:
parent
4468aaa082
commit
7d62c3e8ba
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ public:
|
|||
};
|
||||
|
||||
#if defined(HAVE_CAIRO)
|
||||
MAPNIK_DECL void save_to_cairo_file(mapnik::Map const& map,
|
||||
std::string const& filename,
|
||||
double scale_factor=1.0);
|
||||
MAPNIK_DECL void save_to_cairo_file(mapnik::Map const& map,
|
||||
std::string const& filename,
|
||||
std::string const& type,
|
||||
|
|
Loading…
Add table
Reference in a new issue