From e2caff0391348cbaf072ea99157c54fdaf77c9ef Mon Sep 17 00:00:00 2001 From: Ayuto Date: Sun, 2 Aug 2015 15:40:10 +0200 Subject: [PATCH] Fixed INetChannelHandler::ChangeSplitscreenUser not being a pure virtual function --- public/inetmsghandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/inetmsghandler.h b/public/inetmsghandler.h index 6ce79ea1..422fb870 100644 --- a/public/inetmsghandler.h +++ b/public/inetmsghandler.h @@ -42,7 +42,7 @@ public: virtual void FileSent(const char *fileName, unsigned int transferID, bool isReplayDemoFile) = 0; // we sent a file - virtual bool ChangeSplitscreenUser(int); + virtual bool ChangeSplitscreenUser(int) = 0; }; #define PROCESS_NET_MESSAGE( name ) \