From 058ec78c068165c1b3d646e5f3b047d4c5f5f1d9 Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Sun, 9 Sep 2007 03:25:38 +0000 Subject: [PATCH] TRACK::Copy() concern --- todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo.txt b/todo.txt index 24810f5ba1..78559a20bd 100644 --- a/todo.txt +++ b/todo.txt @@ -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. +*** 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 of macros. e.g. w/o argument types: static inline void ADD_MENUITEM(menu, id, text, icon)