From ed462b39fb7d9b92a75a069da707f2b7921b2820 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 21 Jan 2019 19:31:02 +0100 Subject: proj_create_crs_to_crs(): defer selection of actual coordinate operation until proj_trans() is called (fixes #1229) --- src/iso19111/common.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/iso19111/common.cpp') 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 -- cgit v1.2.3