aboutsummaryrefslogtreecommitdiffstats
path: root/win/winvnc/VNCServerWin32.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/winvnc/VNCServerWin32.h')
-rw-r--r--win/winvnc/VNCServerWin32.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/win/winvnc/VNCServerWin32.h b/win/winvnc/VNCServerWin32.h
index 271cb76a..58c3f6c6 100644
--- a/win/winvnc/VNCServerWin32.h
+++ b/win/winvnc/VNCServerWin32.h
@@ -81,9 +81,8 @@ namespace winvnc {
// VNCServerST::QueryConnectionHandler interface
// Callback used to prompt user to accept or reject a connection.
// CALLBACK IN VNCServerST "HOST" THREAD
- virtual rfb::VNCServerST::queryResult queryConnection(network::Socket* sock,
- const char* userName,
- char** reason);
+ virtual void queryConnection(network::Socket* sock,
+ const char* userName);
// SocketManager::AddressChangeNotifier interface
// Used to keep tray icon up to date