diff options
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r-- | src/net/chathandler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h index dd60fbbe6..9fe65499c 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CHATHANDLER_H -#define CHATHANDLER_H +#ifndef NET_CHATHANDLER_H +#define NET_CHATHANDLER_H #include <iosfwd> #include <string> @@ -56,4 +56,4 @@ class ChatHandler } // namespace Net -#endif // CHATHANDLER_H +#endif // NET_CHATHANDLER_H |