aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/common.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-01-22 19:47:18 +0100
committerGitHub <noreply@github.com>2019-01-22 19:47:18 +0100
commitf0197a532b9ed0facafa0be135c208d5b570ac57 (patch)
tree5ba1c8d7aefbbfc40a80834d6ba5a772e9bc04b3 /src/iso19111/common.cpp
parent8ff49e280c446421ca4669e851687847b0da7c9a (diff)
parent7e11edaa2d1abc09478f3bd3fb9926cb0ef3fdda (diff)
downloadPROJ-f0197a532b9ed0facafa0be135c208d5b570ac57.tar.gz
PROJ-f0197a532b9ed0facafa0be135c208d5b570ac57.zip
Merge pull request #1233 from rouault/fix_1232
Coordinate operation computation with boundcrs / wktext: drop useless early bindins terms in generated pipeline (fixes #1232)
Diffstat (limited to 'src/iso19111/common.cpp')
-rw-r--r--src/iso19111/common.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/iso19111/common.cpp b/src/iso19111/common.cpp
index ca9d3b3e..57654d84 100644
--- a/src/iso19111/common.cpp
+++ b/src/iso19111/common.cpp
@@ -1122,8 +1122,7 @@ struct DataEpoch::Private {
// ---------------------------------------------------------------------------
-DataEpoch::DataEpoch()
- : d(internal::make_unique<Private>(Measure())) {}
+DataEpoch::DataEpoch() : d(internal::make_unique<Private>(Measure())) {}
// ---------------------------------------------------------------------------