diff options
Diffstat (limited to 'vncviewer/touch.cxx')
-rw-r--r-- | vncviewer/touch.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vncviewer/touch.cxx b/vncviewer/touch.cxx index 572e726e..8b998425 100644 --- a/vncviewer/touch.cxx +++ b/vncviewer/touch.cxx @@ -36,7 +36,7 @@ #include <FL/Fl.H> #include <FL/x.H> -#include <rfb/LogWriter.h> +#include <core/LogWriter.h> #include "i18n.h" #include "vncviewer.h" @@ -49,7 +49,7 @@ #include "touch.h" -static rfb::LogWriter vlog("Touch"); +static core::LogWriter vlog("Touch"); #if !defined(WIN32) && !defined(__APPLE__) static int xi_major; |