From: Tsuda Kageyu Date: Wed, 16 Dec 2015 02:00:13 +0000 (+0900) Subject: Change a method name of XiphComment to make it consistent with other method. X-Git-Tag: v1.11beta~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5480458dfcc0747cb10532fb301e4b40afd20a12;p=taglib Change a method name of XiphComment to make it consistent with other method. --- diff --git a/taglib/ogg/xiphcomment.cpp b/taglib/ogg/xiphcomment.cpp index bb62069e..db46aecb 100644 --- a/taglib/ogg/xiphcomment.cpp +++ b/taglib/ogg/xiphcomment.cpp @@ -326,7 +326,7 @@ void Ogg::XiphComment::removePicture(FLAC::Picture *picture, bool del) delete picture; } -void Ogg::XiphComment::removePictures() +void Ogg::XiphComment::removeAllPictures() { d->pictureList.clear(); } diff --git a/taglib/ogg/xiphcomment.h b/taglib/ogg/xiphcomment.h index 055477da..14fc5407 100644 --- a/taglib/ogg/xiphcomment.h +++ b/taglib/ogg/xiphcomment.h @@ -245,7 +245,7 @@ namespace TagLib { /*! * Remove all pictures. */ - void removePictures(); + void removeAllPictures(); /*! * Add a new picture to the comment block. The comment block takes ownership of the