aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_geos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_geos.cpp')
-rw-r--r--src/PJ_geos.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PJ_geos.cpp b/src/PJ_geos.cpp
index ffe0771c..6bf7c3f3 100644
--- a/src/PJ_geos.cpp
+++ b/src/PJ_geos.cpp
@@ -36,6 +36,7 @@
#include "projects.h"
#include "proj_math.h"
+namespace { // anonymous namespace
struct pj_opaque {
double h;
double radius_p;
@@ -46,6 +47,7 @@ struct pj_opaque {
double C;
int flip_axis;
};
+} // anonymous namespace
PROJ_HEAD(geos, "Geostationary Satellite View") "\n\tAzi, Sph&Ell\n\th=";