* src/cache/ftccache.c (ftc_node_destroy): Use FT_LOCAL_DEF (again).

This commit is contained in:
Werner Lemberg 2006-02-25 17:11:04 +00:00
parent 20a8d0cf38
commit ae1e4b1577
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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 )
{