aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/common.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-01-22 10:58:13 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-01-22 10:58:13 +0100
commitc048292f3b8e408e6a81700a74d9b44d532227ac (patch)
tree4793063b442e2768d7bea3fd1c96f80a55140093 /src/iso19111/common.cpp
parent5c86b290e2c5686cbf5100eb71e32b0362a989fc (diff)
downloadPROJ-c048292f3b8e408e6a81700a74d9b44d532227ac.tar.gz
PROJ-c048292f3b8e408e6a81700a74d9b44d532227ac.zip
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())) {}
// ---------------------------------------------------------------------------