From c048292f3b8e408e6a81700a74d9b44d532227ac Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 22 Jan 2019 10:58:13 +0100 Subject: Coordinate operation computation with boundcrs / wktext: drop useless early bindins terms in generated pipeline (fixes #1232) --- src/iso19111/common.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/iso19111/common.cpp') 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(Measure())) {} +DataEpoch::DataEpoch() : d(internal::make_unique(Measure())) {} // --------------------------------------------------------------------------- -- cgit v1.2.3