This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user