diff options
author | Max Horn | 2008-11-09 15:59:14 +0000 |
---|---|---|
committer | Max Horn | 2008-11-09 15:59:14 +0000 |
commit | 1ad8e59c12e75717daf2145d0cdb817bf8af22c7 (patch) | |
tree | 678e499b4486319ffb9810b69769c04f0b154821 /gui/ThemeParser.h | |
parent | 53d530af37bf4e99fb05dba805223861f522a38c (diff) | |
download | scummvm-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.h | 2 |
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(); |