xo-jit: fix: xo::ref::rp -> xo::rp

This commit is contained in:
Roland Conybeare 2024-08-05 14:55:52 -04:00
commit 7e088e0262
6 changed files with 13 additions and 11 deletions

View file

@ -4,7 +4,7 @@
namespace xo {
namespace jit {
xo::ref::rp<LlvmContext>
rp<LlvmContext>
LlvmContext::make() {
return new LlvmContext();
}