mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
GCC compiling fixes.
svn-id: r32877
This commit is contained in:
parent
d385c34dd0
commit
2d87b29058
@ -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);
|
||||
|
@ -40,7 +40,6 @@
|
||||
namespace GUI {
|
||||
|
||||
struct WidgetDrawData;
|
||||
class InterfaceManager;
|
||||
|
||||
struct WidgetDrawData {
|
||||
Common::Array<Graphics::DrawStep*> _steps;
|
||||
|
@ -44,7 +44,6 @@ enum {
|
||||
class Dialog : public GuiObject {
|
||||
// TANOKU-TODO: remove newgui from here
|
||||
friend class NewGui;
|
||||
friend class InterfaceManager;
|
||||
protected:
|
||||
Widget *_mouseWidget;
|
||||
Widget *_focusedWidget;
|
||||
|
@ -10,7 +10,7 @@ MODULE_OBJS := \
|
||||
editable.o \
|
||||
EditTextWidget.o \
|
||||
eval.o \
|
||||
InterfaceManager.o \
|
||||
ThemeRenderer.o \
|
||||
launcher.o \
|
||||
ListWidget.o \
|
||||
massadd.o \
|
||||
|
Loading…
x
Reference in New Issue
Block a user