aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_aea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_aea.cpp')
-rw-r--r--src/PJ_aea.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PJ_aea.cpp b/src/PJ_aea.cpp
index e4d1dc4f..88929e3b 100644
--- a/src/PJ_aea.cpp
+++ b/src/PJ_aea.cpp
@@ -67,6 +67,7 @@ static double phi1_(double qs, double Te, double Tone_es) {
}
+namespace { // anonymous namespace
struct pj_opaque {
double ec;
double n;
@@ -80,6 +81,7 @@ struct pj_opaque {
double *en;
int ellips;
};
+} // anonymous namespace
static PJ *destructor (PJ *P, int errlev) { /* Destructor */