xo-simulator: bugfix: xo::ref::rp -> xo::rp
This commit is contained in:
parent
f10dd12dc1
commit
3452e68e0c
3 changed files with 9 additions and 9 deletions
|
|
@ -30,7 +30,7 @@ namespace xo {
|
|||
Simulator * sim_ = nullptr;
|
||||
}; /*RaiiDeliveryWork*/
|
||||
|
||||
ref::rp<Simulator>
|
||||
rp<Simulator>
|
||||
Simulator::make(utc_nanos t0) {
|
||||
return new Simulator(t0);
|
||||
} /*make*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue