summaryrefslogtreecommitdiff
path: root/src/net/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-28 14:53:28 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-28 20:29:17 +0300
commitfe189f61b6385a30c689b46667ccc18c7117056a (patch)
tree11902d10cea56ac6fcff3de2567d4785cf4852a8 /src/net/npchandler.h
parent7e4722653046e8870660808750bbafbb96bf4185 (diff)
downloadplus-fe189f61b6385a30c689b46667ccc18c7117056a.tar.gz
plus-fe189f61b6385a30c689b46667ccc18c7117056a.tar.bz2
plus-fe189f61b6385a30c689b46667ccc18c7117056a.tar.xz
plus-fe189f61b6385a30c689b46667ccc18c7117056a.zip
fix guard header part2.
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r--src/net/npchandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h
index b1e954a26..ae53e8d0e 100644
--- a/src/net/npchandler.h
+++ b/src/net/npchandler.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef NPCHANDLER_H
-#define NPCHANDLER_H
+#ifndef NET_NPCHANDLER_H
+#define NET_NPCHANDLER_H
#include <iosfwd>
@@ -71,4 +71,4 @@ class NpcHandler
} // namespace Net
-#endif // NPCHANDLER_H
+#endif // NET_NPCHANDLER_H