aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/coordinateoperation.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@mines-paris.org>2019-03-16 12:32:19 +0100
committerGitHub <noreply@github.com>2019-03-16 12:32:19 +0100
commitc0601332bce61326fee68cc76cbf1cae67ec1f03 (patch)
treeb11940950e6d661b705487ea2489f2fbc932696e /src/iso19111/coordinateoperation.cpp
parent3cce54767afe77412b850d2d88ee168370570b6f (diff)
parenta1cc9977decb62b4576c6c7f17a0d64cab9bf36a (diff)
downloadPROJ-c0601332bce61326fee68cc76cbf1cae67ec1f03.tar.gz
PROJ-c0601332bce61326fee68cc76cbf1cae67ec1f03.zip
Merge pull request #1325 from rouault/fix_breathe_4_12_0
Fix doc generation with Breathe 4.12.0
Diffstat (limited to 'src/iso19111/coordinateoperation.cpp')
-rw-r--r--src/iso19111/coordinateoperation.cpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/iso19111/coordinateoperation.cpp b/src/iso19111/coordinateoperation.cpp
index d5bcfa84..0eef9954 100644
--- a/src/iso19111/coordinateoperation.cpp
+++ b/src/iso19111/coordinateoperation.cpp
@@ -552,7 +552,16 @@ struct CoordinateOperation::Private {
// ---------------------------------------------------------------------------
-GridDescription::GridDescription() = default;
+GridDescription::GridDescription():
+ shortName{},
+ fullName{},
+ packageName{},
+ url{},
+ directDownload(false),
+ openLicense(false),
+ available(false)
+{}
+
GridDescription::~GridDescription() = default;