[vlc-commits] utils: Add missing return
Hugo Beauzée-Luyssen
git at videolan.org
Fri Feb 5 14:52:17 CET 2016
npapi-vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Feb 5 14:51:58 2016 +0100| [534741d12dc233d5cbf2afd3e9dad21a72ef3d59] | committer: Hugo Beauzée-Luyssen
utils: Add missing return
> https://code.videolan.org/videolan/npapi-vlc/commit/534741d12dc233d5cbf2afd3e9dad21a72ef3d59
---
npapi/utils.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/npapi/utils.hpp b/npapi/utils.hpp
index 3ee47d6..f620cc2 100644
--- a/npapi/utils.hpp
+++ b/npapi/utils.hpp
@@ -356,6 +356,7 @@ struct Embeded
{
release();
copyAndRetain( e.v );
+ return *this;
}
Embeded( Embeded&& e ) noexcept
More information about the vlc-commits
mailing list