69848eb9f8f77a05a23182d66fddcd65407c8abb
ShipLayoutPreview was the one widget the findFooDef sweep missed: it held a bare const std::vector<ModuleDef>* rather than a config, so the shared ModulesConfig::findModuleDef was not a drop-in and the file-local copy survived. Hold the ModulesConfig instead and call the shared finder. The sole caller already had the ModulesConfig one dereference away. Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YHcUerKAZKWNvSKJxYKbnG
Description
No description provided
Languages
C++
96%
CMake
2.2%
Python
1.2%
C
0.6%