summaryrefslogtreecommitdiff
path: root/src/net/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-23 21:37:09 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-23 21:37:09 +0300
commit1d769f5e2dafcd9ab20264b8781f3e656af44fc2 (patch)
tree8e6a1c77b01fbd05ca3b4a3684d83e8d6912bc45 /src/net/npchandler.h
parenta6cd6b2374c55ff4342137d197a43d4656427365 (diff)
downloadplus-1d769f5e2dafcd9ab20264b8781f3e656af44fc2.tar.gz
plus-1d769f5e2dafcd9ab20264b8781f3e656af44fc2.tar.bz2
plus-1d769f5e2dafcd9ab20264b8781f3e656af44fc2.tar.xz
plus-1d769f5e2dafcd9ab20264b8781f3e656af44fc2.zip
Fix compilation without C++11 flags.
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r--src/net/npchandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h
index bad291fc8..e3ef4ab23 100644
--- a/src/net/npchandler.h
+++ b/src/net/npchandler.h
@@ -46,7 +46,7 @@ class NpcHandler notfinal
{ }
virtual BeingId getNpc(Net::MessageIn &msg,
- const NpcAction action) = 0;
+ const NpcActionT action) = 0;
virtual void talk(const BeingId npcId) const = 0;