提交 19c6d06a 编写于 作者: J jpark37

libobs: Fix missing assignment operator return

上级 b12ab46e
......@@ -39,6 +39,7 @@ public:
{
Clear();
ptr = val;
return *this;
}
inline T **operator&()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册