From 00b9bc7b36682365e64d710b4e843659bef373da Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 25 Apr 2007 19:31:23 +0000 Subject: Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel) svn-id: r26594 --- engines/scumm/he/logic_he.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engines/scumm/he/logic_he.h') diff --git a/engines/scumm/he/logic_he.h b/engines/scumm/he/logic_he.h index e0f70ff52a..1f2303da1f 100644 --- a/engines/scumm/he/logic_he.h +++ b/engines/scumm/he/logic_he.h @@ -40,11 +40,11 @@ public: int getFromArray(int arg0, int idx2, int idx1); void putInArray(int arg0, int idx2, int idx1, int val); - void beforeBootScript(void) {}; - void initOnce() {}; - void startOfFrame() {}; - void endOfFrame() {}; - void processKeyStroke(int keyPressed) {}; + void beforeBootScript(void) {} + void initOnce() {} + void startOfFrame() {} + void endOfFrame() {} + void processKeyStroke(int keyPressed) {} virtual int versionID(); virtual int32 dispatch(int op, int numArgs, int32 *args); -- cgit v1.2.3