diff options
author | Vicent Marti | 2008-07-02 18:43:17 +0000 |
---|---|---|
committer | Vicent Marti | 2008-07-02 18:43:17 +0000 |
commit | 2d87b29058ef84f482550fc0f002d9805fc53b87 (patch) | |
tree | 8c0d7b5495201e7e8435e1068f5587845850930b /gui/ThemeParser.h | |
parent | d385c34dd0c52ccc4c7fff50e88361dbb2cd588d (diff) | |
download | scummvm-rg350-2d87b29058ef84f482550fc0f002d9805fc53b87.tar.gz scummvm-rg350-2d87b29058ef84f482550fc0f002d9805fc53b87.tar.bz2 scummvm-rg350-2d87b29058ef84f482550fc0f002d9805fc53b87.zip |
GCC compiling fixes.
svn-id: r32877
Diffstat (limited to 'gui/ThemeParser.h')
-rw-r--r-- | gui/ThemeParser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/ThemeParser.h b/gui/ThemeParser.h index 56d45eb802..d3a9503b8d 100644 --- a/gui/ThemeParser.h +++ b/gui/ThemeParser.h @@ -313,7 +313,6 @@ class ThemeRenderer; class ThemeParser : public XMLParser { typedef void (VectorRenderer::*DrawingFunctionCallback)(const Common::Rect &, const DrawStep &); typedef bool (ThemeParser::*ParserCallback)(); - typedef GUI::InterfaceManager InterfaceManager; public: ThemeParser(GUI::ThemeRenderer *parent); |