]> git.sesse.net Git - vlc/blobdiff - activex/utils.h
Improved compatibility
[vlc] / activex / utils.h
index c0648cd0557ddc65e50f85149844a4cbc3177cdd..1aad39e6f82599217db5a28b5d3208b786ba49e8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * utils.h: ActiveX control for VLC
  *****************************************************************************
- * Copyright (C) 2005 VideoLAN
+ * Copyright (C) 2005 the VideoLAN team
  *
  * Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
  *
@@ -99,6 +99,7 @@ VLCEnum<T>& VLCEnum<T>::operator=(const VLCEnum<T> &e)
     this->_riid = e._riid;
     this->_v    = e._v;
     this->_i    = e._i;
+    return this;
 };
 
 template<class T>