From 12374accc3b032addf141e8df26d70e2b7adf819 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 11 Apr 2006 14:16:15 +0000 Subject: Makes classic theme compile without OLDGUI_TRANSPARENCY again. svn-id: r21790 --- gui/theme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/theme.h') diff --git a/gui/theme.h b/gui/theme.h index bf13ad72eb..6526aa67e0 100644 --- a/gui/theme.h +++ b/gui/theme.h @@ -301,7 +301,7 @@ public: void drawScrollbar(const Common::Rect &r, int sliderY, int sliderHeight, kScrollbarState, kState state); void drawCaret(const Common::Rect &r, bool erase, kState state); void drawLineSeparator(const Common::Rect &r, kState state); - const Graphics::Surface *getImageSurface(int n) { return _images[n]; } + const Graphics::Surface *getImageSurface(int n) { return _images[n]; } private: bool addDirtyRect(Common::Rect r, bool backup = false, bool special = false); -- cgit v1.2.3