diff options
Diffstat (limited to 'src/net/tmwa/gui/guildtab.h')
-rw-r--r-- | src/net/tmwa/gui/guildtab.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/tmwa/gui/guildtab.h b/src/net/tmwa/gui/guildtab.h index b3729fc5a..3a685b8f7 100644 --- a/src/net/tmwa/gui/guildtab.h +++ b/src/net/tmwa/gui/guildtab.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef TA_GUILDTAB_H -#define TA_GUILDTAB_H +#ifndef NET_TMWA_GUI_GUILDTAB_H +#define NET_TMWA_GUI_GUILDTAB_H #include "net/ea/gui/guildtab.h" @@ -43,4 +43,4 @@ class GuildTab : public Ea::GuildTab } // namespace TmwAthena -#endif // TA_GUILDTAB_H +#endif // NET_TMWA_GUI_GUILDTAB_H |