summaryrefslogtreecommitdiff
path: root/src/net/ea/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-31 16:08:42 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-31 16:08:42 +0300
commit499a0bc5b9c7d57c227eaf16d11b14865bd066d5 (patch)
treed7c59dc2bbe2c70a50beb6c643b7130696f7e360 /src/net/ea/npchandler.h
parent0bb3d04819283bebb2e499d8d3b4a6acbbc7e790 (diff)
downloadManaVerse-499a0bc5b9c7d57c227eaf16d11b14865bd066d5.tar.gz
ManaVerse-499a0bc5b9c7d57c227eaf16d11b14865bd066d5.tar.bz2
ManaVerse-499a0bc5b9c7d57c227eaf16d11b14865bd066d5.tar.xz
ManaVerse-499a0bc5b9c7d57c227eaf16d11b14865bd066d5.zip
Add missing notfinal/final to classes.
Diffstat (limited to 'src/net/ea/npchandler.h')
-rw-r--r--src/net/ea/npchandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h
index 07c281587..d6986a219 100644
--- a/src/net/ea/npchandler.h
+++ b/src/net/ea/npchandler.h
@@ -37,7 +37,7 @@ namespace Net
namespace Ea
{
-class NpcHandler : public Net::NpcHandler
+class NpcHandler notfinal : public Net::NpcHandler
{
public:
A_DELETE_COPY(NpcHandler)