Forward declaration of Face_Type needed
This commit is contained in:
parent
00a73e4d12
commit
4ba17df570
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
PyObject *family_name, *full_name, *postscript_name, *path;
|
||||
hb_font_t *harfbuzz_font;
|
||||
} Face;
|
||||
PyTypeObject Face_Type;
|
||||
|
||||
|
||||
static inline PyObject*
|
||||
|
|
|
|||
Loading…
Reference in a new issue