aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/SecurityClient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/SecurityClient.cxx')
-rw-r--r--common/rfb/SecurityClient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/SecurityClient.cxx b/common/rfb/SecurityClient.cxx
index 80165f57..1350640d 100644
--- a/common/rfb/SecurityClient.cxx
+++ b/common/rfb/SecurityClient.cxx
@@ -65,7 +65,7 @@ StringParameter SecurityClient::secTypes
"VncAuth,None",
ConfViewer);
-CSecurity* SecurityClient::GetCSecurity(CConnection* cc, U32 secType)
+CSecurity* SecurityClient::GetCSecurity(CConnection* cc, uint32_t secType)
{
assert (CSecurity::upg != NULL); /* (upg == NULL) means bug in the viewer */
#if defined(HAVE_GNUTLS) || defined(HAVE_NETTLE)