diff options
author | Johannes Schickel | 2012-03-29 01:48:37 +0200 |
---|---|---|
committer | Johannes Schickel | 2012-03-29 01:50:00 +0200 |
commit | 15ff9380b5d9fcd0b39bbf5a3253e012039639e2 (patch) | |
tree | 6483aabf2946afef77c5590b3c9feaa97a118ccb /gui/predictivedialog.h | |
parent | 561a18b2bb14b0aafc57791dc036524b34208824 (diff) | |
download | scummvm-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.h | 2 |
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; |