aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_rpoly.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_rpoly.cpp')
-rw-r--r--src/PJ_rpoly.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PJ_rpoly.cpp b/src/PJ_rpoly.cpp
index 24360965..a3b07c45 100644
--- a/src/PJ_rpoly.cpp
+++ b/src/PJ_rpoly.cpp
@@ -5,12 +5,14 @@
#include "projects.h"
+namespace { // anonymous namespace
struct pj_opaque {
double phi1;
double fxa;
double fxb;
int mode;
};
+} // anonymous namespace
PROJ_HEAD(rpoly, "Rectangular Polyconic")
"\n\tConic, Sph, no inv\n\tlat_ts=";