aboutsummaryrefslogtreecommitdiff
path: root/gui/predictivedialog.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-03-29 01:48:37 +0200
committerJohannes Schickel2012-03-29 01:50:00 +0200
commit15ff9380b5d9fcd0b39bbf5a3253e012039639e2 (patch)
tree6483aabf2946afef77c5590b3c9feaa97a118ccb /gui/predictivedialog.h
parent561a18b2bb14b0aafc57791dc036524b34208824 (diff)
downloadscummvm-rg350-15ff9380b5d9fcd0b39bbf5a3253e012039639e2.tar.gz
scummvm-rg350-15ff9380b5d9fcd0b39bbf5a3253e012039639e2.tar.bz2
scummvm-rg350-15ff9380b5d9fcd0b39bbf5a3253e012039639e2.zip
GUI: Formatting fixes in the PredictiveDialog code.
Diffstat (limited to 'gui/predictivedialog.h')
-rw-r--r--gui/predictivedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/predictivedialog.h b/gui/predictivedialog.h
index 34686c95e7..0b36d42a11 100644
--- a/gui/predictivedialog.h
+++ b/gui/predictivedialog.h
@@ -73,7 +73,7 @@ public:
virtual void handleKeyDown(Common::KeyState state);
virtual void handleTickle();
- char * getResult() { return _predictiveResult; }
+ char *getResult() { return _predictiveResult; }
private:
struct Dict {
char **dictLine;