diff --git a/LEGO1/lego/sources/misc/legocontainer.h b/LEGO1/lego/sources/misc/legocontainer.h index 5d592a06..561c2cbd 100644 --- a/LEGO1/lego/sources/misc/legocontainer.h +++ b/LEGO1/lego/sources/misc/legocontainer.h @@ -44,6 +44,8 @@ class LegoContainer { inline T* Get(const char* p_name) { + // TODO: Score::Paint matches better with no `value` on the stack, + // while LegoModelPresenter::CreateROI only matches with `value` T* value = NULL; #ifdef COMPAT_MODE