aboutsummaryrefslogtreecommitdiff
path: root/queen/command.h
diff options
context:
space:
mode:
authorGregory Montoir2003-11-30 20:41:02 +0000
committerGregory Montoir2003-11-30 20:41:02 +0000
commit577aad5eddf9bf9c3df67a92da1f34446e20d6e5 (patch)
treec9afead45d327fc983a0fda1a1b5b693d5357441 /queen/command.h
parent785da90067a6b7689804e5573b2b392ee953014a (diff)
downloadscummvm-rg350-577aad5eddf9bf9c3df67a92da1f34446e20d6e5.tar.gz
scummvm-rg350-577aad5eddf9bf9c3df67a92da1f34446e20d6e5.tar.bz2
scummvm-rg350-577aad5eddf9bf9c3df67a92da1f34446e20d6e5.zip
cleanup
svn-id: r11438
Diffstat (limited to 'queen/command.h')
-rw-r--r--queen/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/command.h b/queen/command.h
index 504fef771b..4825d029d8 100644
--- a/queen/command.h
+++ b/queen/command.h
@@ -87,7 +87,7 @@ struct SelectedCmdState {
class Command {
public:
- Command(Logic*, Graphics*, Input*, Walk*, Sound*);
+ Command(Logic *, Graphics *, Input *, Walk *, Sound *);
//! initialise command construction
void clear(bool clearTexts);