summaryrefslogtreecommitdiff
path: root/l10ntools/inc/gConv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/gConv.hxx')
-rw-r--r--l10ntools/inc/gConv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/gConv.hxx b/l10ntools/inc/gConv.hxx
index d329a5ac0295..3b5c1d12a120 100644
--- a/l10ntools/inc/gConv.hxx
+++ b/l10ntools/inc/gConv.hxx
@@ -42,7 +42,7 @@ class convert_gen
virtual void doExecute() = 0;
// utility functions for converters
- int lexRead(char *sBuf, int nMax_size);
+ void lexRead(char *sBuf, size_t *result, size_t nMax_size);
static void lexStrncpy(char* s1, const char * s2, int n);
string& copySource(char const *yyText, bool bDoClear = true);