aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gui/gui_view.h')
-rw-r--r--engines/sci/gui/gui_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gui/gui_view.h b/engines/sci/gui/gui_view.h
index 8ed7bb058b..9f07ee4c49 100644
--- a/engines/sci/gui/gui_view.h
+++ b/engines/sci/gui/gui_view.h
@@ -59,7 +59,7 @@ public:
byte *getBitmap(GuiViewLoopNo loopNo, GuiViewCelNo celNo);
void draw(Common::Rect rect, Common::Rect clipRect, Common::Rect clipRectTranslated, GuiViewLoopNo loopNo, GuiViewCelNo celNo, byte priority, uint16 paletteNo);
uint16 getLoopCount() const { return _loopCount; }
- GuiPalette *getPalette() { return &_viewPalette; }
+ GuiPalette *getPalette();
const byte *getEgaMapping() const { return _EGAMapping; }
private: