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
|
|
@ -17,7 +17,7 @@ namespace xo {
|
|||
{
|
||||
os << "<SourceTimestamp";
|
||||
os << xtag("t0", t0_);
|
||||
os << xtag("src", ref::rp<ReactorSource>(src_));
|
||||
os << xtag("src", rp<ReactorSource>(src_));
|
||||
os << ">";
|
||||
} /*display*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue