diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-28 15:09:24 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-09-28 16:37:39 +0200 |
| commit | 5d6bdadfca419c1d54d455e240743791e6cea44e (patch) | |
| tree | 44df729735c6044936e37795fe089905672f51df /include | |
| parent | f13c584c057dd9866284deb2cb646e507df0b4bb (diff) | |
| download | PROJ-5d6bdadfca419c1d54d455e240743791e6cea44e.tar.gz PROJ-5d6bdadfca419c1d54d455e240743791e6cea44e.zip | |
projinfo --list-crs / proj_get_crs_info_list_from_database(): make it work with IAU generic authority name
Diffstat (limited to 'include')
| -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 eefec11e..47703442 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -922,7 +922,7 @@ class PROJ_GCC_DLL DatabaseContext { const std::string &version, std::string &versionedAuthNameOut); - PROJ_INTERNAL std::vector<std::string> + PROJ_DLL std::vector<std::string> getVersionedAuthoritiesFromName(const std::string &authName); //! @endcond |
