From 499a0bc5b9c7d57c227eaf16d11b14865bd066d5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 May 2014 16:08:42 +0300 Subject: Add missing notfinal/final to classes. --- src/net/eathena/gui/guildtab.h | 2 +- src/net/eathena/gui/partytab.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/eathena/gui') diff --git a/src/net/eathena/gui/guildtab.h b/src/net/eathena/gui/guildtab.h index 572ea4bac..30dd63352 100644 --- a/src/net/eathena/gui/guildtab.h +++ b/src/net/eathena/gui/guildtab.h @@ -31,7 +31,7 @@ namespace EAthena /** * A tab for a guild chat channel. */ -class GuildTab : public Ea::GuildTab +class GuildTab final : public Ea::GuildTab { public: explicit GuildTab(const Widget2 *const widget); diff --git a/src/net/eathena/gui/partytab.h b/src/net/eathena/gui/partytab.h index 31dc26787..2dfd333fb 100644 --- a/src/net/eathena/gui/partytab.h +++ b/src/net/eathena/gui/partytab.h @@ -31,7 +31,7 @@ namespace EAthena /** * A tab for a party chat channel. */ -class PartyTab : public Ea::PartyTab +class PartyTab final : public Ea::PartyTab { public: explicit PartyTab(const Widget2 *const widget); -- cgit v1.2.3-70-g09d2