summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/contrib/mcpp/eval.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/contrib/mcpp/eval.cpp')
-rw-r--r--TAO/TAO_IDL/contrib/mcpp/eval.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/contrib/mcpp/eval.cpp b/TAO/TAO_IDL/contrib/mcpp/eval.cpp
index f75932f446e..e1019d44688 100644
--- a/TAO/TAO_IDL/contrib/mcpp/eval.cpp
+++ b/TAO/TAO_IDL/contrib/mcpp/eval.cpp
@@ -213,7 +213,7 @@ typedef struct sizes {
typedef struct types {
int type; /* This is the bits for types */
- char * token_name; /* this is the token word */
+ const char * token_name; /* this is the token word */
int excluded; /* but these aren't legal here. */
} TYPES;