summaryrefslogtreecommitdiff
path: root/server/dcc-send.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server/dcc-send.cpp')
-rw-r--r--server/dcc-send.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/dcc-send.cpp b/server/dcc-send.cpp
index 3cde9710..2b0fd319 100644
--- a/server/dcc-send.cpp
+++ b/server/dcc-send.cpp
@@ -24,6 +24,9 @@
#include "display-channel-private.h"
#include "red-qxl.h"
+// XXX this should go away with virtual on the right class (client!)
+XXX_CAST(RedChannelClient, DisplayChannelClient, DISPLAY_CHANNEL_CLIENT)
+
typedef enum {
FILL_BITS_TYPE_INVALID,
FILL_BITS_TYPE_CACHE,