Move MAPNIK_DECL
to the front (ref https://github.com/mapnik/mapnik/pull/4220#issuecomment-814259514)
This commit is contained in:
parent
8c3b9758eb
commit
6bab4e56fd
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ namespace mapnik {
|
|||
class proj_transform; // fwd decl
|
||||
namespace proj_transform_cache {
|
||||
|
||||
void MAPNIK_DECL init(std::string const& source, std::string const& dest);
|
||||
proj_transform const* MAPNIK_DECL get(std::string const& source, std::string const& dest);
|
||||
MAPNIK_DECL void init(std::string const& source, std::string const& dest);
|
||||
MAPNIK_DECL proj_transform const* get(std::string const& source, std::string const& dest);
|
||||
|
||||
} // namespace proj_transform_cache
|
||||
} // mamespace mapnik
|
||||
|
|
Loading…
Reference in a new issue