diff options
Diffstat (limited to 'src/dev/arm/pl111.hh')
-rw-r--r-- | src/dev/arm/pl111.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/arm/pl111.hh b/src/dev/arm/pl111.hh index a9189e9a1..3040ea72d 100644 --- a/src/dev/arm/pl111.hh +++ b/src/dev/arm/pl111.hh @@ -49,7 +49,7 @@ #include <fstream> #include <memory> -#include "base/bitmap.hh" +#include "base/bmpwriter.hh" #include "base/framebuffer.hh" #include "base/output.hh" #include "dev/arm/amba_device.hh" @@ -266,7 +266,7 @@ class Pl111: public AmbaDmaDevice VncInput *vnc; /** Helper to write out bitmaps */ - Bitmap bmp; + BmpWriter bmp; /** Picture of what the current frame buffer looks like */ OutputStream *pic; |