summaryrefslogtreecommitdiff
path: root/tests/scanner/drawable.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/drawable.h')
-rw-r--r--tests/scanner/drawable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/scanner/drawable.h b/tests/scanner/drawable.h
index ccc2a0ef..d1752e44 100644
--- a/tests/scanner/drawable.h
+++ b/tests/scanner/drawable.h
@@ -23,6 +23,8 @@ void test_inherit_drawable_get_origin (TestInheritDrawable *drawable, int *x, in
void test_inherit_drawable_get_size (TestInheritDrawable *drawable, guint *width, guint *height);
void test_inherit_drawable_do_foo_maybe_throw (TestInheritDrawable *drawable, int x, GError **error);
+typedef struct _TestInheritPixmapObjectClass TestInheritPixmapObjectClass;
+
struct _TestInheritPixmapObjectClass
{
TestInheritDrawableClass parent_class;