diff options
Diffstat (limited to 'src/gui/windows/shopwindow.h')
-rw-r--r-- | src/gui/windows/shopwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/shopwindow.h b/src/gui/windows/shopwindow.h index 52d85c9e5..3cc60bba3 100644 --- a/src/gui/windows/shopwindow.h +++ b/src/gui/windows/shopwindow.h @@ -67,7 +67,7 @@ class ShopWindow final : public Window, */ ~ShopWindow(); - void postInit(); + void postInit() override; /** * Called when receiving actions from the widgets. |