util-event: Fix unknown type
This commit is contained in:
parent
910ebd91cc
commit
ad4d00e0ea
|
@ -151,7 +151,7 @@ namespace util {
|
||||||
_cb_clear();
|
_cb_clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
inline event<_args...>& operator=(nullptr_t)
|
inline event<_args...>& operator=(std::nullptr_t)
|
||||||
{
|
{
|
||||||
clear();
|
clear();
|
||||||
return *this;
|
return *this;
|
||||||
|
|
Loading…
Reference in New Issue