diff options
Diffstat (limited to 'src/iso19111/common.cpp')
| -rw-r--r-- | src/iso19111/common.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/iso19111/common.cpp b/src/iso19111/common.cpp index ad816275..0e74fe07 100644 --- a/src/iso19111/common.cpp +++ b/src/iso19111/common.cpp @@ -642,9 +642,7 @@ const std::string &IdentifiedObject::remarks() PROJ_PURE_DEFN { * * \remark Extension of \ref ISO_19111_2018 */ -bool IdentifiedObject::isDeprecated() PROJ_PURE_DEFN { - return d->isDeprecated; -} +bool IdentifiedObject::isDeprecated() PROJ_PURE_DEFN { return d->isDeprecated; } // --------------------------------------------------------------------------- //! @cond Doxygen_Suppress |
