Commit 058ec78c authored by dickelbeck's avatar dickelbeck

TRACK::Copy() concern

parent 0c8ae725
...@@ -3,6 +3,10 @@ Here are some source code maintenance tasks that need to be done, and maybe some ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment