From 93f004bd82330a0acc0cde8cbbf9150d49d0ed4e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 12 Feb 2017 11:19:42 +0100 Subject: Fix painter test. --- test/paintertest.cc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'test') diff --git a/test/paintertest.cc b/test/paintertest.cc index f1c2779..45c099b 100644 --- a/test/paintertest.cc +++ b/test/paintertest.cc @@ -28,6 +28,8 @@ #include "../plugingui/canvas.h" #include "../plugingui/painter.h" +#include "../plugingui/image.h" +#include "../plugingui/font.h" class TestableCanvas : public GUI::Canvas @@ -42,14 +44,6 @@ public: return pixbuf; } - void beginPaint() override - { - } - - void endPaint() override - { - } - private: GUI::PixelBufferAlpha pixbuf; }; -- cgit v1.2.3