aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/common.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-03-01 18:46:06 +0100
committerKristian Evers <kristianevers@gmail.com>2019-03-01 18:46:06 +0100
commita2aab5e44f5671d4b79deebcdea0b449354aa9c7 (patch)
tree2ffe42831666ebca0f59aaf5b2c3dd54f4d33035 /src/iso19111/common.cpp
parent5284dfd3c7d66893b6e8f23c0b18bee26aadabc3 (diff)
parentb4b7d02deaad22246d8c23507725cf31f3dc4986 (diff)
downloadPROJ-a2aab5e44f5671d4b79deebcdea0b449354aa9c7.tar.gz
PROJ-a2aab5e44f5671d4b79deebcdea0b449354aa9c7.zip
Merge branch '6.0' of https://github.com/OSGeo/proj.4 into 6.0
Diffstat (limited to 'src/iso19111/common.cpp')
-rw-r--r--src/iso19111/common.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iso19111/common.cpp b/src/iso19111/common.cpp
index bdd836e1..4b947dc9 100644
--- a/src/iso19111/common.cpp
+++ b/src/iso19111/common.cpp
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Project: PROJ
- * Purpose: ISO19111:2018 implementation
+ * Purpose: ISO19111:2019 implementation
* Author: Even Rouault <even dot rouault at spatialys dot com>
*
******************************************************************************
@@ -641,7 +641,7 @@ const std::string &IdentifiedObject::remarks() PROJ_PURE_DEFN {
/** \brief Return whether the object is deprecated.
*
- * \remark Extension of \ref ISO_19111_2018
+ * \remark Extension of \ref ISO_19111_2019
*/
bool IdentifiedObject::isDeprecated() PROJ_PURE_DEFN { return d->isDeprecated; }