diff options
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/projects.h b/src/projects.h index 099684d3..b76205a5 100644 --- a/src/projects.h +++ b/src/projects.h @@ -492,10 +492,10 @@ typedef union { double f; int i; char *s; } PROJVALUE; struct PJ_DATUMS { - char *id; /* datum keyword */ - char *defn; /* ie. "to_wgs84=..." */ - char *ellipse_id; /* ie from ellipse table */ - char *comments; /* EPSG code, etc */ + const char *id; /* datum keyword */ + const char *defn; /* ie. "to_wgs84=..." */ + const char *ellipse_id; /* ie from ellipse table */ + const char *comments; /* EPSG code, etc */ }; |
