diff options
Diffstat (limited to 'src/resources/db/textdb.cpp')
-rw-r--r-- | src/resources/db/textdb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/textdb.cpp b/src/resources/db/textdb.cpp index 8a8771535..24a5f2a38 100644 --- a/src/resources/db/textdb.cpp +++ b/src/resources/db/textdb.cpp @@ -42,7 +42,7 @@ void TextDb::load() } void TextDb::loadXmlFile(const std::string &fileName, - const SkipError skipError) + const SkipError skipError) { XML::Document *doc = new XML::Document(fileName, UseVirtFs_true, |