mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-15 08:15:06 +00:00
util-profiler: Fix typo with in reparent()
This commit is contained in:
parent
fb46ae228d
commit
bd0d3e5baa
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)
|
void util::profiler::instance::reparent(std::shared_ptr<util::profiler> parent)
|
||||||
{
|
{
|
||||||
parent = parent;
|
_parent = parent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue