diff --git a/ChangeLog b/ChangeLog index 2de844949..108525bba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 Fix compiler warnings as well as C++ compilation problems. diff --git a/src/cache/ftccache.c b/src/cache/ftccache.c index 89d51c791..22ec06cb8 100644 --- a/src/cache/ftccache.c +++ b/src/cache/ftccache.c @@ -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 ) {