summaryrefslogtreecommitdiffstats
path: root/vncviewer/CConn.cxx
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2013-02-26 10:34:22 +0000
committerDRC <dcommander@users.sourceforge.net>2013-02-26 10:34:22 +0000
commit3e7ed8164f77dfdfe62d8bedd35e48d3a8ae575a (patch)
tree64b41bc5def3bf5c3f8015bdc48092eef6b66e9b /vncviewer/CConn.cxx
parentfaad79dd78a348a092141a633277b3b6025f82ee (diff)
downloadtigervnc-3e7ed8164f77dfdfe62d8bedd35e48d3a8ae575a.tar.gz
tigervnc-3e7ed8164f77dfdfe62d8bedd35e48d3a8ae575a.zip
Fix build on 32-bit and 64-bit Windows
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5051 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/CConn.cxx')
-rw-r--r--vncviewer/CConn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/CConn.cxx b/vncviewer/CConn.cxx
index e4d55aa0..97e35ba0 100644
--- a/vncviewer/CConn.cxx
+++ b/vncviewer/CConn.cxx
@@ -192,7 +192,7 @@ void CConn::blockCallback()
Fl::wait((double)next_timer / 1000.0);
}
-void CConn::socketEvent(int fd, void *data)
+void CConn::socketEvent(FL_SOCKET fd, void *data)
{
CConn *cc;
static bool recursing = false;