aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeParser.h
diff options
context:
space:
mode:
authorMax Horn2008-11-09 15:59:14 +0000
committerMax Horn2008-11-09 15:59:14 +0000
commit1ad8e59c12e75717daf2145d0cdb817bf8af22c7 (patch)
tree678e499b4486319ffb9810b69769c04f0b154821 /gui/ThemeParser.h
parent53d530af37bf4e99fb05dba805223861f522a38c (diff)
downloadscummvm-rg350-1ad8e59c12e75717daf2145d0cdb817bf8af22c7.tar.gz
scummvm-rg350-1ad8e59c12e75717daf2145d0cdb817bf8af22c7.tar.bz2
scummvm-rg350-1ad8e59c12e75717daf2145d0cdb817bf8af22c7.zip
minor tweaks
svn-id: r34961
Diffstat (limited to 'gui/ThemeParser.h')
-rw-r--r--gui/ThemeParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeParser.h b/gui/ThemeParser.h
index 21b5976716..58812a7907 100644
--- a/gui/ThemeParser.h
+++ b/gui/ThemeParser.h
@@ -38,7 +38,7 @@ class ThemeParser : public Common::XMLParser {
typedef void (Graphics::VectorRenderer::*DrawingFunctionCallback)(const Common::Rect &, const Graphics::DrawStep &);
public:
- ThemeParser(GUI::ThemeEngine *parent);
+ ThemeParser(ThemeEngine *parent);
virtual ~ThemeParser();