Implement/match LegoPartPresenter::Store (#643)

This commit is contained in:
Christian Semmler
2024-03-09 13:03:21 -05:00
committed by GitHub
parent 9f875d01e5
commit 6fa4a0dbec
6 changed files with 95 additions and 7 deletions

View File

@@ -15,7 +15,6 @@ public:
~LegoNamedPart() { delete m_list; }
const MxString* GetName() const { return &m_name; }
LegoLODList* GetList() { return m_list; }
private: