fixed const warnings

This commit is contained in:
Jeff Hill
1999-05-11 00:32:29 +00:00
parent 2cdf5ecd88
commit 243cc6b8ea
2 changed files with 8 additions and 2 deletions

View File

@@ -8,6 +8,9 @@
* $Id$
*
* $Log$
* Revision 1.5 1999/04/30 15:24:53 jhill
* fixed improper container index bug
*
* Revision 1.4 1997/08/05 00:51:10 jhill
* fixed problems in aitString and the conversion matrix
*
@@ -58,7 +61,7 @@ typedef struct gddDbrMapFuncTable gddDbrMapFuncTable;
struct gddDbrToAitTable {
aitEnum type;
aitUint16 app;
char* app_name;
const char* app_name;
};
typedef struct gddDbrToAitTable gddDbrToAitTable;

View File

@@ -4,10 +4,13 @@
//
// $Id$
// $Log$
// Revision 1.1 1997/03/21 01:56:07 jbk
// *** empty log message ***
//
// -------------------------- Error messages -------------------------
char* gddErrorMessages[]=
const char* gddErrorMessages[]=
{
"Invalid",
"TypeMismatch",