From 4f77307d659c4048c20eacda1d5b13fcce8d60da Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 19 Oct 2013 15:11:02 +0300 Subject: add missing override keyword in postInit function declarations. --- src/gui/windows/npcdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/windows/npcdialog.h') 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. -- cgit v1.2.3-70-g09d2