summaryrefslogtreecommitdiff
path: root/src/resources/db
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-14 19:17:03 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-14 19:17:03 +0300
commitec8845e596facf709d2a0ac19f518452b8382260 (patch)
tree0165d4965a103ed289c3ad202aa643605d688046 /src/resources/db
parent928103c5d9c716dbfe0ba2c8ea13b1426b3e768c (diff)
downloadplus-ec8845e596facf709d2a0ac19f518452b8382260.tar.gz
plus-ec8845e596facf709d2a0ac19f518452b8382260.tar.bz2
plus-ec8845e596facf709d2a0ac19f518452b8382260.tar.xz
plus-ec8845e596facf709d2a0ac19f518452b8382260.zip
Fix code style.
Diffstat (limited to 'src/resources/db')
-rw-r--r--src/resources/db/textdb.cpp2
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,