mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-15 08:15:06 +00:00
util-event: Fix unknown type
This commit is contained in:
parent
e17e7f7350
commit
fb46ae228d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue