aboutsummaryrefslogtreecommitdiff
path: root/gui/predictivedialog.h
diff options
context:
space:
mode:
authorJohannes Schickel2016-01-24 03:06:47 +0100
committerJohannes Schickel2016-01-24 03:06:47 +0100
commit83df1eb43be7c4fa5cc14d743f91c507d905c564 (patch)
tree82aa465064af0926a4f1af901c6feec2fc610b39 /gui/predictivedialog.h
parent4a092eeb64fa23376327cea91350fb15028ed777 (diff)
downloadscummvm-rg350-83df1eb43be7c4fa5cc14d743f91c507d905c564.tar.gz
scummvm-rg350-83df1eb43be7c4fa5cc14d743f91c507d905c564.tar.bz2
scummvm-rg350-83df1eb43be7c4fa5cc14d743f91c507d905c564.zip
GUI: Only use image for delete when applicable in PredictiveDialog.
Diffstat (limited to 'gui/predictivedialog.h')
-rw-r--r--gui/predictivedialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/predictivedialog.h b/gui/predictivedialog.h
index 32d769d6ca..7f9b31e2d3 100644
--- a/gui/predictivedialog.h
+++ b/gui/predictivedialog.h
@@ -68,6 +68,8 @@ public:
PredictiveDialog();
~PredictiveDialog();
+ virtual void reflowLayout();
+
virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data);
virtual void handleKeyUp(Common::KeyState state);
virtual void handleKeyDown(Common::KeyState state);