forked from GitHub/gf-core
bugfixes related to old pointers
This commit is contained in:
@@ -23,6 +23,9 @@ PgfText* textdup(PgfText *t1);
|
||||
PGF_INTERNAL_DECL
|
||||
ref<PgfText> textdup_db(PgfText *t1);
|
||||
|
||||
PGF_INTERNAL_DECL
|
||||
ref<PgfText> textdup_db(ref<PgfText> t1);
|
||||
|
||||
PGF_INTERNAL
|
||||
void text_db_release(ref<PgfText> text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user