diff options
Diffstat (limited to 'l10ntools/inc/gConv.hxx')
-rw-r--r-- | l10ntools/inc/gConv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/gConv.hxx b/l10ntools/inc/gConv.hxx index 3b5c1d12a120..a32291272278 100644 --- a/l10ntools/inc/gConv.hxx +++ b/l10ntools/inc/gConv.hxx @@ -63,7 +63,7 @@ class convert_gen // utility functions for converters void writeSourceFile(const string& line); - bool createDir(const string& sDir, const string& sFile); + static bool createDir(const string& sDir, const string& sFile); private: ofstream mcOutputFile; static bool checkAccess(string& sFile); |