TRACK::Copy() concern

This commit is contained in:
dickelbeck 2007-09-09 03:25:38 +00:00
parent 0c8ae72555
commit 058ec78c06
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ Here are some source code maintenance tasks that need to be done, and maybe some
folks will see these items and volunteer to do them. folks will see these items and volunteer to do them.
*** figure out the TRACK::Copy() functions. There are now two of them, and
I doubt the compiler will be calling the original.
*** make the ADD_MENUITEM macros in include/macros.h be static inline functions instead *** make the ADD_MENUITEM macros in include/macros.h be static inline functions instead
of macros. e.g. w/o argument types: of macros. e.g. w/o argument types:
static inline void ADD_MENUITEM(menu, id, text, icon) static inline void ADD_MENUITEM(menu, id, text, icon)