mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
util-event: Fix unknown type
This commit is contained in:
parent
910ebd91cc
commit
ad4d00e0ea
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ namespace util {
|
|||
_cb_clear();
|
||||
}
|
||||
}
|
||||
inline event<_args...>& operator=(nullptr_t)
|
||||
inline event<_args...>& operator=(std::nullptr_t)
|
||||
{
|
||||
clear();
|
||||
return *this;
|
||||
|
|
Loading…
Reference in a new issue