aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_spells.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_spells.h')
-rw-r--r--engines/xeen/dialogs_spells.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/dialogs_spells.h b/engines/xeen/dialogs_spells.h
index 3ccdb836a3..c1aeadc68d 100644
--- a/engines/xeen/dialogs_spells.h
+++ b/engines/xeen/dialogs_spells.h
@@ -53,7 +53,7 @@ private:
const char *setSpellText(Character *c, int isCasting);
public:
- static Character *show(XeenEngine *vm, ButtonContainer *priorDialog,
+ static Character *show(XeenEngine *vm, ButtonContainer *priorDialog,
Character *c, int isCasting);
};