E_FN_DEL macro renamed to E_FREE_FUNC with param order swapped for consistency

This commit is contained in:
Mike Blumenkrantz 2013-02-19 12:58:25 +00:00
parent 23e81fc937
commit 35d246bbf4
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@
* compositor now allows user changing/remembering of object opacity
* added E_LIST_REVERSE_FREE macro
* E_FN_DEL renamed to E_FREE_FUNC for consistency
* added e_object_ref_debug_set
* E_FN_DEL macro renamed to E_FREE_FUNC with param order swapped for consistency
2013-02-20 Mike Blumenkrantz