aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_input.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-10-09 14:59:58 +0200
committerEugene Sandulenko2016-10-09 14:59:58 +0200
commitdead4aa01446da2bf711e64a4e681be460fa1202 (patch)
tree149648f240e839900e18af10953c4408da1e9464 /engines/xeen/dialogs_input.h
parentc5efd9f7487f4f51316d9ae6e6cbef3d35dd7b51 (diff)
downloadscummvm-rg350-dead4aa01446da2bf711e64a4e681be460fa1202.tar.gz
scummvm-rg350-dead4aa01446da2bf711e64a4e681be460fa1202.tar.bz2
scummvm-rg350-dead4aa01446da2bf711e64a4e681be460fa1202.zip
JANITORIAL: Remove trailing spaces
Diffstat (limited to 'engines/xeen/dialogs_input.h')
-rw-r--r--engines/xeen/dialogs_input.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/xeen/dialogs_input.h b/engines/xeen/dialogs_input.h
index ce159c77a3..8221320b22 100644
--- a/engines/xeen/dialogs_input.h
+++ b/engines/xeen/dialogs_input.h
@@ -45,7 +45,7 @@ protected:
Input(XeenEngine *vm, Window *window) : ButtonContainer(vm), _window(window) {}
public:
- static int show(XeenEngine *vm, Window *window, Common::String &line,
+ static int show(XeenEngine *vm, Window *window, Common::String &line,
uint maxLen, int maxWidth, bool isNumeric = false);
};
@@ -53,10 +53,10 @@ class StringInput : public Input {
protected:
StringInput(XeenEngine *vm);
- int execute(bool type, const Common::String &expected,
+ int execute(bool type, const Common::String &expected,
const Common::String &title, int opcode);
public:
- static int show(XeenEngine *vm, bool type, const Common::String &msg1,
+ static int show(XeenEngine *vm, bool type, const Common::String &msg1,
const Common::String &msg2, int opcode);
};