Various small fixes in file transfer related files to eliminate compilation warnings under Linux.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@563 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/SFileTransfer.h b/rfb/SFileTransfer.h
index 62bed40..51a4928 100644
--- a/rfb/SFileTransfer.h
+++ b/rfb/SFileTransfer.h
@@ -39,9 +39,9 @@
{
public:
SFileTransfer(network::Socket *sock);
- ~SFileTransfer();
+ virtual ~SFileTransfer();
- bool processMessages(int type);
+ bool processMessages(int type);
bool sendFileDownloadPortion();
protected: