* src/cache/ftccache.c (ftc_node_destroy): Use FT_LOCAL_DEF (again).
This commit is contained in:
parent
20a8d0cf38
commit
ae1e4b1577
|
@ -3,6 +3,8 @@
|
|||
* devel/ftoption.h: Synchronize with
|
||||
include/freetype/config/ftoption.h.
|
||||
|
||||
* src/cache/ftccache.c (ftc_node_destroy): Use FT_LOCAL_DEF (again).
|
||||
|
||||
2006-02-25 David Turner <david@freetype.org>
|
||||
|
||||
Fix compiler warnings as well as C++ compilation problems.
|
||||
|
|
|
@ -256,7 +256,7 @@
|
|||
|
||||
|
||||
/* remove a node from the cache manager */
|
||||
FT_BASE_DEF( void )
|
||||
FT_LOCAL_DEF( void )
|
||||
ftc_node_destroy( FTC_Node node,
|
||||
FTC_Manager manager )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue