mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
util-profiler: Fix typo with in reparent()
This commit is contained in:
parent
ad4d00e0ea
commit
544b67d55e
1 changed files with 1 additions and 1 deletions
|
@ -167,5 +167,5 @@ void util::profiler::instance::cancel()
|
|||
|
||||
void util::profiler::instance::reparent(std::shared_ptr<util::profiler> parent)
|
||||
{
|
||||
parent = parent;
|
||||
_parent = parent;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue