aboutsummaryrefslogtreecommitdiff
path: root/include/proj/coordinateoperation.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-03-01 21:42:40 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-03-01 21:42:40 +0100
commit688b4adb37c2303bde0a31718fc8a8b1fe85ab43 (patch)
tree7eef13139c4d79282526dc9a77e26f69a7948953 /include/proj/coordinateoperation.hpp
parent527d76a9badb8398d05b1c3bac7abfecc2f720c5 (diff)
downloadPROJ-688b4adb37c2303bde0a31718fc8a8b1fe85ab43.tar.gz
PROJ-688b4adb37c2303bde0a31718fc8a8b1fe85ab43.zip
Reformat to avoid error on PDF generation (fixes #1304)
Diffstat (limited to 'include/proj/coordinateoperation.hpp')
-rw-r--r--include/proj/coordinateoperation.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp
index ce8021a0..0ff27203 100644
--- a/include/proj/coordinateoperation.hpp
+++ b/include/proj/coordinateoperation.hpp
@@ -69,8 +69,8 @@ struct GridDescription {
std::string url{}; /**< Grid URL (if packageName is empty), or package
URL (or empty) */
bool directDownload = false; /**< Whether url can be fetched directly. */
- bool openLicense =
- false; /**< Whether the grid is released with an open license. */
+ /** Whether the grid is released with an open license. */
+ bool openLicense = false;
bool available = false; /**< Whether GRID is available. */
//! @cond Doxygen_Suppress