diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-01-17 21:15:24 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-01-17 21:15:24 +0100 |
| commit | 3fc48e6146e020b86a0ef87749cc645f9b4fa113 (patch) | |
| tree | 810b23b6de2e775eca03eafd81ff659a8a0319a0 /include/proj/io.hpp | |
| parent | 6d2af0904652baba69ec81261c914e9b68221dac (diff) | |
| download | PROJ-3fc48e6146e020b86a0ef87749cc645f9b4fa113.tar.gz PROJ-3fc48e6146e020b86a0ef87749cc645f9b4fa113.zip | |
Remove wrong use of PROJ_CONST_DECL and replace it with PROJ_PURE_DECL (fixes #1224)
Diffstat (limited to 'include/proj/io.hpp')
| -rw-r--r-- | include/proj/io.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 7f7639cd..ac951233 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -822,7 +822,7 @@ class PROJ_GCC_DLL AuthorityFactory { const std::string &sourceCRSCode, const std::string &targetCRSCode) const; - PROJ_DLL const std::string &getAuthority() PROJ_CONST_DECL; + PROJ_DLL const std::string &getAuthority() PROJ_PURE_DECL; /** Object type. */ enum class ObjectType { |
