Note about Get()

This commit is contained in:
Christian Semmler 2024-02-24 11:42:46 -05:00
parent d133f3dad0
commit a7904ab0f8

View File

@ -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