aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proj/datum.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/proj/datum.hpp b/include/proj/datum.hpp
index 35b8576e..bf3dbcb7 100644
--- a/include/proj/datum.hpp
+++ b/include/proj/datum.hpp
@@ -147,7 +147,10 @@ class PROJ_GCC_DLL DatumEnsemble final : public common::ObjectUsage,
PROJ_INTERNAL void _exportToJSON(io::JSONFormatter *formatter)
const override; // throw(io::FormattingException)
- //! @endcond
+
+ PROJ_FOR_TEST DatumNNPtr
+ asDatum(const io::DatabaseContextPtr &dbContext) const;
+ //! @endcond
protected:
#ifdef DOXYGEN_ENABLED