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 d98860566..123d826f2 100644
--- a/src/gui/windows/charcreatedialog.h
+++ b/src/gui/windows/charcreatedialog.h
@@ -76,7 +76,7 @@ class CharCreateDialog final : public Window,
void updatePlayer();
- void keyPressed(gcn::KeyEvent &keyEvent) override final;
+ void keyPressed(KeyEvent &keyEvent) override final;
private:
int getDistributedPoints() const A_WARN_UNUSED;