aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proj/internal/io_internal.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/proj/internal/io_internal.hpp b/include/proj/internal/io_internal.hpp
index f614fc67..b7f514d5 100644
--- a/include/proj/internal/io_internal.hpp
+++ b/include/proj/internal/io_internal.hpp
@@ -168,6 +168,9 @@ NS_PROJ_END
struct projCppContext {
NS_PROJ::io::DatabaseContextNNPtr databaseContext;
std::string lastUOMName_{};
+ std::string lastGridFullName_{};
+ std::string lastGridPackageName_{};
+ std::string lastGridUrl_{};
explicit projCppContext(PJ_CONTEXT *ctx, const char *dbPath = nullptr,
const char *const *auxDbPaths = nullptr)