diff options
Diffstat (limited to 'src/net/eathena/gui/partytab.h')
-rw-r--r-- | src/net/eathena/gui/partytab.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |