aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_lcc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_lcc.cpp')
-rw-r--r--src/PJ_lcc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PJ_lcc.cpp b/src/PJ_lcc.cpp
index 5c430ea0..9483c085 100644
--- a/src/PJ_lcc.cpp
+++ b/src/PJ_lcc.cpp
@@ -9,6 +9,7 @@ PROJ_HEAD(lcc, "Lambert Conformal Conic")
#define EPS10 1.e-10
+namespace { // anonymous namespace
struct pj_opaque {
double phi1;
double phi2;
@@ -16,6 +17,7 @@ struct pj_opaque {
double rho0;
double c;
};
+} // anonymous namespace
static XY e_forward (LP lp, PJ *P) { /* Ellipsoidal, forward */