diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-26 20:30:08 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-26 20:30:08 +0100 |
| commit | 2f8bd934860b135044c5122e3272f7cc41ba81e7 (patch) | |
| tree | 07e3f393f78ec2bdc0f0eaeebcf1d8013299ecfc /src/iso19111/static.cpp | |
| parent | 855f0f3e778de66ba3943ca3ba79606f58b8b887 (diff) | |
| download | PROJ-2f8bd934860b135044c5122e3272f7cc41ba81e7.tar.gz PROJ-2f8bd934860b135044c5122e3272f7cc41ba81e7.zip | |
Rename internal constant to avoid conflict with macro in Solaris system headers
Diffstat (limited to 'src/iso19111/static.cpp')
| -rw-r--r-- | src/iso19111/static.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/static.cpp b/src/iso19111/static.cpp index 5de046f1..588d05da 100644 --- a/src/iso19111/static.cpp +++ b/src/iso19111/static.cpp @@ -215,7 +215,7 @@ DEFINE_WKT_CONSTANT(ANGLEUNIT); DEFINE_WKT_CONSTANT(SCALEUNIT); DEFINE_WKT_CONSTANT(TIMEUNIT); DEFINE_WKT_CONSTANT(ELLIPSOID); -DEFINE_WKT_CONSTANT(CS); +const std::string WKTConstants::CS_(createAndAddToConstantList("CS")); DEFINE_WKT_CONSTANT(ID); DEFINE_WKT_CONSTANT(PROJCRS); DEFINE_WKT_CONSTANT(BASEGEODCRS); |
