[keel] Make keel init not be a template anymore
This commit is contained in:
@@ -28,4 +28,10 @@ ox::Error init(
|
||||
return {};
|
||||
}
|
||||
|
||||
ox::Result<ox::UPtr<Context>> init(ox::UPtr<ox::FileSystem> &&fs, ox::CRStringView appName) noexcept {
|
||||
auto ctx = ox::make_unique<Context>();
|
||||
oxReturnError(keel::init(ctx.get(), std::move(fs), appName));
|
||||
return ctx;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user