diff options
Diffstat (limited to 'src/gui/windows/npcdialog.h')
-rw-r--r-- | src/gui/windows/npcdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/npcdialog.h b/src/gui/windows/npcdialog.h index 4e907e325..17bc9db24 100644 --- a/src/gui/windows/npcdialog.h +++ b/src/gui/windows/npcdialog.h @@ -72,7 +72,7 @@ class NpcDialog final : public Window, ~NpcDialog(); - void postInit(); + void postInit() override; /** * Called when receiving actions from the widgets. |