Added the SessionInfoDialog dialog, wich is used to show the session
information.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@286 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/RfbProto.h b/rfbplayer/RfbProto.h
index 613d742..316ea26 100644
--- a/rfbplayer/RfbProto.h
+++ b/rfbplayer/RfbProto.h
@@ -59,7 +59,7 @@
     virtual void framebufferUpdateEnd() {};
 
     FbsInputStream* is;
-    CMsgReader* reader;
+    CMsgReaderV3* reader;
     stateEnum state_;
 
   private: