From 5c66d91e3e69446081ef6254063ad638fbc48aca Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 12 Mar 2013 21:28:54 +0300 Subject: Fix code style. --- src/notifications.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/notifications.h') diff --git a/src/notifications.h b/src/notifications.h index a8ac55e0e..5906eea74 100644 --- a/src/notifications.h +++ b/src/notifications.h @@ -21,6 +21,8 @@ #ifndef NOTIFYCATIONS_H #define NOTIFYCATIONS_H +#include "localconsts.h" + #include "utils/gettext.h" namespace NotifyManager @@ -37,7 +39,7 @@ namespace NotifyManager SPEECH }; - struct NotificationInfo + struct NotificationInfo final { const char *text; const NotifyFlags flags; @@ -169,7 +171,8 @@ namespace NotifyManager {N_("Equip arrows first."), EMPTY}, {N_("Trading with %s isn't possible. Trade partner is too far away."), STRING}, - {N_("Trading with %s isn't possible. Character doesn't exist."), STRING}, + {N_("Trading with %s isn't possible. Character doesn't exist."), + STRING}, {N_("Trade cancelled due to an unknown reason."), EMPTY}, {N_("Trade with %s cancelled."), STRING}, {N_("Unhandled trade cancel packet with %s"), STRING}, -- cgit v1.2.3-60-g2f50