From dcb58eb624f87fad1362bfc593b274f84fa44889 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 16 Dec 2018 16:05:38 +0100 Subject: Add WKT1 grammar validation; change prototype of proj_obj_create_from_wkt() --- include/proj/io.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 warningList() const; + PROJ_DLL std::list warningList() const; PROJ_DLL util::BaseObjectNNPtr createFromWKT(const std::string &wkt); // throw(ParsingException) -- cgit v1.2.3