diff options
Diffstat (limited to 'src/net/ea/gui/partytab.h')
-rw-r--r-- | src/net/ea/gui/partytab.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/ea/gui/partytab.h b/src/net/ea/gui/partytab.h index afbc8fd9..9ab0862a 100644 --- a/src/net/ea/gui/partytab.h +++ b/src/net/ea/gui/partytab.h @@ -24,6 +24,8 @@ #include "gui/widgets/chattab.h" +namespace EAthena { + /** * A tab for a party chat channel. */ @@ -45,4 +47,6 @@ class PartyTab : public ChatTab extern PartyTab *partyTab; +} // namespace EAthena + #endif // EA_PARTYTAB_H |