aboutsummaryrefslogtreecommitdiffstats
path: root/win/winvnc/ManagedListener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win/winvnc/ManagedListener.cxx')
-rw-r--r--win/winvnc/ManagedListener.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/winvnc/ManagedListener.cxx b/win/winvnc/ManagedListener.cxx
index 43fe863a..78f383a6 100644
--- a/win/winvnc/ManagedListener.cxx
+++ b/win/winvnc/ManagedListener.cxx
@@ -100,7 +100,7 @@ void ManagedListener::refresh() {
else
network::createTcpListeners(&sockets, nullptr, port);
}
- } catch (rdr::Exception& e) {
+ } catch (std::exception& e) {
vlog.error("%s", e.what());
}
if (!sockets.empty()) {