diff options
Diffstat (limited to 'ace/Svc_Conf.h')
-rw-r--r-- | ace/Svc_Conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf.h b/ace/Svc_Conf.h index 817c2240315..4679583c2db 100644 --- a/ace/Svc_Conf.h +++ b/ace/Svc_Conf.h @@ -71,7 +71,7 @@ extern int ace_yylineno; extern int ace_yyerrno; // Keeps track of the number of errors encountered so far -extern char *ace_yydirective; +extern const ASYS_TCHAR ace_yydirective; // Used to parse service configurator directives from a string rather // than from a svc.conf file. |