summaryrefslogtreecommitdiff
path: root/src/dev/arm/pl111.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/arm/pl111.hh')
-rw-r--r--src/dev/arm/pl111.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/arm/pl111.hh b/src/dev/arm/pl111.hh
index 5776f199c..49512fcc0 100644
--- a/src/dev/arm/pl111.hh
+++ b/src/dev/arm/pl111.hh
@@ -53,7 +53,7 @@
#include "sim/serialize.hh"
class Gic;
-class VncServer;
+class VncInput;
class Bitmap;
class Pl111: public AmbaDmaDevice
@@ -228,7 +228,7 @@ class Pl111: public AmbaDmaDevice
InterruptReg clcdCrsrMis;
/** VNC server */
- VncServer *vncserver;
+ VncInput *vnc;
/** Helper to write out bitmaps */
Bitmap *bmp;