diff options
Diffstat (limited to 'src/net/charserverhandler.h')
-rw-r--r-- | src/net/charserverhandler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/charserverhandler.h b/src/net/charserverhandler.h index de5973897..2722d833a 100644 --- a/src/net/charserverhandler.h +++ b/src/net/charserverhandler.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CHARSERVERHANDLER_H -#define CHARSERVERHANDLER_H +#ifndef NET_CHARSERVERHANDLER_H +#define NET_CHARSERVERHANDLER_H #include "localplayer.h" #include "playerinfo.h" @@ -120,4 +120,4 @@ class CharServerHandler } // namespace Net -#endif // CHARSERVERHANDLER_H +#endif // NET_CHARSERVERHANDLER_H |