aboutsummaryrefslogtreecommitdiff
path: root/include/proj/io.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/io.hpp')
-rw-r--r--include/proj/io.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 66c1a4cd..9c99fc0e 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -477,6 +477,7 @@ class PROJ_GCC_DLL JSONFormatter {
PROJ_DLL JSONFormatter &setMultiLine(bool multiLine) noexcept;
PROJ_DLL JSONFormatter &setIndentationWidth(int width) noexcept;
+ PROJ_DLL JSONFormatter &setSchema(const std::string &schema) noexcept;
PROJ_DLL const std::string &toString() const;