summaryrefslogtreecommitdiff
path: root/src/gui/windows/charcreatedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/charcreatedialog.h')
-rw-r--r--src/gui/windows/charcreatedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/charcreatedialog.h b/src/gui/windows/charcreatedialog.h
index 6342450ec..652254776 100644
--- a/src/gui/windows/charcreatedialog.h
+++ b/src/gui/windows/charcreatedialog.h
@@ -78,7 +78,7 @@ class CharCreateDialog final : public Window,
void updatePlayer();
- void keyPressed(KeyEvent &keyEvent) override final;
+ void keyPressed(KeyEvent &event) override final;
private:
int getDistributedPoints() const A_WARN_UNUSED;