aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/macwindow.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-02 21:08:46 +0200
committerEugene Sandulenko2017-08-04 21:54:19 +0200
commit8609572b879e526d94a3331cebce3322754f81be (patch)
tree9f9848ea5d248b42e9daa13c3f452a0693b72df9 /graphics/macgui/macwindow.h
parentb6970ade92a3b92188404b308fa6e839f3063286 (diff)
downloadscummvm-rg350-8609572b879e526d94a3331cebce3322754f81be.tar.gz
scummvm-rg350-8609572b879e526d94a3331cebce3322754f81be.tar.bz2
scummvm-rg350-8609572b879e526d94a3331cebce3322754f81be.zip
GRAPHICS: MACGUI: Correctly set MacTextWindow internal MacText size
Diffstat (limited to 'graphics/macgui/macwindow.h')
-rw-r--r--graphics/macgui/macwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/macwindow.h b/graphics/macgui/macwindow.h
index 77be0aee19..2cda99164c 100644
--- a/graphics/macgui/macwindow.h
+++ b/graphics/macgui/macwindow.h
@@ -198,7 +198,7 @@ public:
* @param w New width of the window.
* @param h New height of the window.
*/
- void resize(int w, int h);
+ virtual void resize(int w, int h);
/**
* Change the dimensions of the window ([0, 0, 0, 0] by default).