commit | ade6bde9667b483d64fbdf472e45b5ca407003b6 | [log] [tgz] |
---|---|---|
author | Constantin Kaplinsky <const@tightvnc.com> | Fri May 19 10:58:37 2006 +0000 |
committer | Constantin Kaplinsky <const@tightvnc.com> | Fri May 19 10:58:37 2006 +0000 |
tree | 3edfe3f87afd8ebbd6236a42f0f87daa36d3aee4 | |
parent | 41779be7a671e6deef89fdb7de90e2ea87a74e7a [diff] [blame] |
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/SFileTransferManager.cxx b/rfb/SFileTransferManager.cxx index d8b231a..999a079 100644 --- a/rfb/SFileTransferManager.cxx +++ b/rfb/SFileTransferManager.cxx
@@ -52,4 +52,4 @@ { while(!m_lstFTObjects.empty()) delete m_lstFTObjects.front(); -} \ No newline at end of file +}