summaryrefslogtreecommitdiff
path: root/src/net/eathena/gui/partytab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/gui/partytab.h')
-rw-r--r--src/net/eathena/gui/partytab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/gui/partytab.h b/src/net/eathena/gui/partytab.h
index 1e9bbc920..00828891e 100644
--- a/src/net/eathena/gui/partytab.h
+++ b/src/net/eathena/gui/partytab.h
@@ -34,7 +34,7 @@ namespace EAthena
class PartyTab : public Ea::PartyTab
{
public:
- PartyTab(const Widget2 *const widget);
+ explicit PartyTab(const Widget2 *const widget);
A_DELETE_COPY(PartyTab)