diff options
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 c0d4fef5..3d09e7d3 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -620,7 +620,7 @@ class PROJ_GCC_DLL WKTParser { attachDatabaseContext(const DatabaseContextPtr &dbContext); PROJ_DLL WKTParser &setStrict(bool strict); - PROJ_DLL std::vector<std::string> warningList() const; + PROJ_DLL std::list<std::string> warningList() const; PROJ_DLL util::BaseObjectNNPtr createFromWKT(const std::string &wkt); // throw(ParsingException) |
