+ fixed typo affecting win32 build
This commit is contained in:
parent
ffd02e7c99
commit
87add8220f
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ namespace mapnik {
|
|||
template MAPNIK_DECL void save_to_file<image_view<ImageData32> > (image_view<ImageData32> const&,
|
||||
std::string const&);
|
||||
|
||||
template MAPNIK_DECL std:string save_to_string<image_view<ImageData32> > (image_view<ImageData32> const&,
|
||||
template MAPNIK_DECL std::string save_to_string<image_view<ImageData32> > (image_view<ImageData32> const&,
|
||||
std::string const&);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue