[studio,nostalgia] Cleanup
All checks were successful
Build / build (push) Successful in 1m14s

This commit is contained in:
2025-05-06 01:11:26 -05:00
parent 0003454311
commit d4329981e7
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ class NewProject: public studio::Popup {
ox::String const m_projectDataDir;
ox::String m_projectPath;
ox::IString<255> m_projectName;
ox::Vector<ox::UniquePtr<studio::ItemMaker>> m_types;
ox::Vector<ox::UPtr<studio::ItemMaker>> m_types;
bool m_open = false;
public: