aboutsummaryrefslogtreecommitdiffstats
path: root/rfb/VNCSConnectionST.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfb/VNCSConnectionST.h')
-rw-r--r--rfb/VNCSConnectionST.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rfb/VNCSConnectionST.h b/rfb/VNCSConnectionST.h
index 7813c04e..99aaf3ba 100644
--- a/rfb/VNCSConnectionST.h
+++ b/rfb/VNCSConnectionST.h
@@ -31,6 +31,7 @@
#include <rfb/SMsgWriter.h>
#include <rfb/TransImageGetter.h>
#include <rfb/VNCServerST.h>
+#include <rfb/SFileTransfer.h>
namespace rfb {
class VNCSConnectionST : public SConnection,
@@ -171,6 +172,8 @@ namespace rfb {
CharArray closeReason;
time_t startTime;
+
+ SFileTransfer *m_pFileTransfer;
};
}
#endif