[nostalgia] Replace unnecessary ox::Strings with ox::StringViews
This commit is contained in:
@@ -17,7 +17,7 @@ namespace nostalgia::studio {
|
||||
class ItemMaker;
|
||||
|
||||
struct EditorMaker {
|
||||
using Func = std::function<ox::Result<class BaseEditor*>(const ox::String&)>;
|
||||
using Func = std::function<ox::Result<class BaseEditor*>(ox::CRStringView)>;
|
||||
ox::Vector<ox::String> fileTypes;
|
||||
Func make;
|
||||
};
|
||||
|
Reference in New Issue
Block a user