diff options
Diffstat (limited to 'include/helpcompiler')
-rw-r--r-- | include/helpcompiler/HelpIndexer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helpcompiler/HelpIndexer.hxx b/include/helpcompiler/HelpIndexer.hxx index fe4da1171c92..5a73358728e0 100644 --- a/include/helpcompiler/HelpIndexer.hxx +++ b/include/helpcompiler/HelpIndexer.hxx @@ -81,7 +81,7 @@ class L10N_DLLPUBLIC HelpIndexer { /** * Create a reader for the given file, and create an "empty" reader in case the file doesn't exist. */ - lucene::util::Reader *helpFileReader(OUString const & path); + static lucene::util::Reader *helpFileReader(OUString const & path); }; #endif |