aboutsummaryrefslogtreecommitdiffstats
path: root/win/winvnc/winvnc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win/winvnc/winvnc.cxx')
-rw-r--r--win/winvnc/winvnc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/winvnc/winvnc.cxx b/win/winvnc/winvnc.cxx
index e6f8abe7..25e6875f 100644
--- a/win/winvnc/winvnc.cxx
+++ b/win/winvnc/winvnc.cxx
@@ -228,7 +228,7 @@ static void processParams(int argc, char** argv) {
break;
}
- } catch (rdr::Exception& e) {
+ } catch (std::exception& e) {
MsgBoxOrLog(e.what(), true);
}
}
@@ -284,7 +284,7 @@ int WINAPI WinMain(HINSTANCE /*inst*/, HINSTANCE /*prevInst*/, char* /*cmdLine*/
}
vlog.debug("WinVNC service destroyed");
- } catch (rdr::Exception& e) {
+ } catch (std::exception& e) {
MsgBoxOrLog(e.what(), true);
}