mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-23 01:07:14 +00:00
9ea5a789a7
Fixes cppcheck error ``` source/simulation2/system/EntityMap.h:104:11: error: Reference to local variable returned. [returnReference] return ptr; ``` Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>