summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/db/textdb.cpp2
-rw-r--r--src/resources/resourcemanager/resourcemanager.h1
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
{