aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/macgui/mactext.h')
-rw-r--r--graphics/macgui/mactext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/mactext.h b/graphics/macgui/mactext.h
index fe5c583ca2..ffc8c8dc71 100644
--- a/graphics/macgui/mactext.h
+++ b/graphics/macgui/mactext.h
@@ -113,7 +113,7 @@ public:
void render();
Graphics::ManagedSurface *getSurface() { return _surface; }
- void getRowCol(int x, int y, int *col, int *row);
+ void getRowCol(int x, int y, int *sx, int *sy, int *row, int *col);
private:
void splitString(Common::String &s);