[vlc-commits] utils: Add missing return
Hugo Beauzée-Luyssen
git at videolan.org
Tue Apr 21 10:16:11 CEST 2015
npapi-vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Apr 13 13:28:16 2015 +0200| [d1758781574960332d01c46a174db442300c00d6] | committer: Hugo Beauzée-Luyssen
utils: Add missing return
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=d1758781574960332d01c46a174db442300c00d6
---
npapi/utils.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/npapi/utils.hpp b/npapi/utils.hpp
index 4e840cf..a72a669 100644
--- a/npapi/utils.hpp
+++ b/npapi/utils.hpp
@@ -682,6 +682,7 @@ public:
return *this;
m_variants = std::move(v.m_variants);
m_size = v.m_size;
+ return *this;
}
#endif
More information about the vlc-commits
mailing list