aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/ServerDialog.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2024-09-03 08:02:30 +0200
committerPierre Ossman <ossman@cendio.se>2024-11-06 21:18:52 +0100
commit1093b1eb6f3e561fb80aafba65e3f1505ae80350 (patch)
treefa1e47598653cefc6ba8eb2794065383b92c8cdd /vncviewer/ServerDialog.cxx
parente4c60ef1985164d1207352bbfdf57ae1d7838404 (diff)
downloadtigervnc-1093b1eb6f3e561fb80aafba65e3f1505ae80350.tar.gz
tigervnc-1093b1eb6f3e561fb80aafba65e3f1505ae80350.zip
Replace base exception class with standard library
There is no point to having our own generic exception class. Let's use the one provided by the standard C++ library.
Diffstat (limited to 'vncviewer/ServerDialog.cxx')
-rw-r--r--vncviewer/ServerDialog.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vncviewer/ServerDialog.cxx b/vncviewer/ServerDialog.cxx
index d4ec2006..18909a60 100644
--- a/vncviewer/ServerDialog.cxx
+++ b/vncviewer/ServerDialog.cxx
@@ -36,7 +36,9 @@
#include <FL/Fl_File_Chooser.H>
#include <os/os.h>
-#include <rfb/Exception.h>
+
+#include <rdr/Exception.h>
+
#include <rfb/Hostname.h>
#include <rfb/LogWriter.h>
#include <rfb/util.h>