diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/coordinateoperation.hpp | 4 |
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 |
