npapi-vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
