fixed const warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user