aboutsummaryrefslogtreecommitdiff
path: root/include/proj/crs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/crs.hpp')
-rw-r--r--include/proj/crs.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp
index 61844f79..7aa74c41 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -140,6 +140,9 @@ class PROJ_GCC_DLL CRS : public common::ObjectUsage,
PROJ_INTERNAL CRSNNPtr allowNonConformantWKT1Export() const;
+ PROJ_INTERNAL CRSNNPtr
+ attachOriginalVertCRS(const VerticalCRSNNPtr &vertCRS) const;
+
//! @endcond
protected: