This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
obs-studio
mirror of
https://github.com/obsproject/obs-studio.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
libobs: Fix missing assignment operator return
jpark37
5 years ago
parent
b12ab46e62
commit
19c6d06a3b
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
libobs/util/windows/CoTaskMemPtr.hpp
+ 1
- 0
libobs/util/windows/CoTaskMemPtr.hpp
View File
@@ -39,6 +39,7 @@ public:
{
Clear();
ptr = val;
+ return *this;
}
inline T **operator&()