diff options
Diffstat (limited to 'idlc/source/idlccompile.cxx')
-rw-r--r-- | idlc/source/idlccompile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx index 8d3897890e0f..1cb84cc9fe8b 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -49,7 +49,7 @@ extern int yyparse(); extern FILE* yyin; extern int yydebug; -static sal_Char tmpFilePattern[512]; +static char tmpFilePattern[512]; bool isFileUrl(const OString& fileName) { |