void processMsg() -> virtual void processMsg();
It' need for compatibility RfbPlayer class and RfbProto class.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@131 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/RfbProto.h b/rfbplayer/RfbProto.h
index 7ad3177..c285bbb 100644
--- a/rfbplayer/RfbProto.h
+++ b/rfbplayer/RfbProto.h
@@ -36,7 +36,7 @@
     void newSession(char *filename);
     void initialiseProtocol();
 
-    void processMsg();
+    virtual void processMsg();
 
     // serverInit() is called when the ServerInit message is received.  The
     // derived class must call on to CMsgHandler::serverInit().