xo-callback: bugfix: track ns change xo::ref::rp -> xo::rp
This commit is contained in:
parent
fda578b554
commit
4e1849c726
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ namespace xo {
|
||||||
}; /*CallbackSetImpl*/
|
}; /*CallbackSetImpl*/
|
||||||
|
|
||||||
template<typename NativeFn>
|
template<typename NativeFn>
|
||||||
using RpCallbackSet = CallbackSetImpl<xo::ref::rp<NativeFn>>;
|
using RpCallbackSet = CallbackSetImpl<rp<NativeFn>>;
|
||||||
|
|
||||||
/* like RpCallbackSet<NativeFn>,
|
/* like RpCallbackSet<NativeFn>,
|
||||||
* but also provides overload(s) for operator()(..)
|
* but also provides overload(s) for operator()(..)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue