Forward declaration of Face_Type needed

This commit is contained in:
Kovid Goyal
2017-11-01 15:25:17 +05:30
parent 00a73e4d12
commit 4ba17df570

View File

@@ -27,6 +27,7 @@ typedef struct {
PyObject *family_name, *full_name, *postscript_name, *path;
hb_font_t *harfbuzz_font;
} Face;
PyTypeObject Face_Type;
static inline PyObject*