add missing function declaration in image_util.hpp (was orphaned in cpp file)

This commit is contained in:
Dane Springmeyer 2013-01-09 12:47:17 -08:00
parent 4468aaa082
commit 7d62c3e8ba

View file

@ -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,