summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2017-02-12 11:19:42 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2017-02-12 11:19:42 +0100
commit93f004bd82330a0acc0cde8cbbf9150d49d0ed4e (patch)
tree110cd4663e3150a3bd50712e4e9d95420ce1e71b /test
parent4c89b54e4cd114d723937405ac3adf1b479ac6b3 (diff)
Fix painter test.
Diffstat (limited to 'test')
-rw-r--r--test/paintertest.cc10
1 files changed, 2 insertions, 8 deletions
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;
};