]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/anim_bitmap.hpp
* scaled_bitmap.cpp: - fixed an infinite loop when width=1
[vlc] / modules / gui / skins2 / src / anim_bitmap.hpp
index 5b7a7d9f26d5c9ef742af76338228480e4957501..d40bc7349ecd67926fbd1820a3d893a5989bbf6f 100644 (file)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef ANIM_BITMAP_HPP
@@ -35,7 +35,7 @@ class OSTimer;
 
 /// Animated bitmap
 class AnimBitmap: public SkinObject, public Box,
-                  public Subject<AnimBitmap, void*>
+                  public Subject<AnimBitmap>
 {
     public:
         AnimBitmap( intf_thread_t *pIntf, const GenericBitmap &rBitmap );