xo-process: bugfix: track xo::ref::rp -> xo::rp
This commit is contained in:
parent
4a5512bc16
commit
7cfc560f02
12 changed files with 38 additions and 39 deletions
|
|
@ -12,7 +12,7 @@ namespace xo {
|
|||
namespace process {
|
||||
class AbstractRealization : public reflect::SelfTagging {
|
||||
public:
|
||||
virtual ref::rp<AbstractStochasticProcess> stochastic_process() const = 0;
|
||||
virtual rp<AbstractStochasticProcess> stochastic_process() const = 0;
|
||||
}; /*AbstractRealization*/
|
||||
} /*namespace process*/
|
||||
} /*namespace xo*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue