diff options
Diffstat (limited to 'src/net/ea/gui/guildtab.h')
-rw-r--r-- | src/net/ea/gui/guildtab.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/ea/gui/guildtab.h b/src/net/ea/gui/guildtab.h index fdfd2fea4..28b689f79 100644 --- a/src/net/ea/gui/guildtab.h +++ b/src/net/ea/gui/guildtab.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef EA_GUILDTAB_H -#define EA_GUILDTAB_H +#ifndef NET_EA_GUI_GUILDTAB_H +#define NET_EA_GUI_GUILDTAB_H #include "gui/widgets/chattab.h" @@ -62,4 +62,4 @@ class GuildTab : public ChatTab, public ConfigListener } // namespace Ea -#endif // EA_GUILDTAB_H +#endif // NET_EA_GUI_GUILDTAB_H |