diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-14 19:17:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-14 19:17:03 +0300 |
commit | ec8845e596facf709d2a0ac19f518452b8382260 (patch) | |
tree | 0165d4965a103ed289c3ad202aa643605d688046 /src/resources | |
parent | 928103c5d9c716dbfe0ba2c8ea13b1426b3e768c (diff) | |
download | ManaVerse-ec8845e596facf709d2a0ac19f518452b8382260.tar.gz ManaVerse-ec8845e596facf709d2a0ac19f518452b8382260.tar.bz2 ManaVerse-ec8845e596facf709d2a0ac19f518452b8382260.tar.xz ManaVerse-ec8845e596facf709d2a0ac19f518452b8382260.zip |
Fix code style.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/db/textdb.cpp | 2 | ||||
-rw-r--r-- | src/resources/resourcemanager/resourcemanager.h | 1 |
2 files changed, 1 insertions, 2 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, diff --git a/src/resources/resourcemanager/resourcemanager.h b/src/resources/resourcemanager/resourcemanager.h index 128de487b..1ca9aecf1 100644 --- a/src/resources/resourcemanager/resourcemanager.h +++ b/src/resources/resourcemanager/resourcemanager.h @@ -36,7 +36,6 @@ class Resource; struct SDL_Surface; -struct SDL_RWops; namespace ResourceManager { |