]> granicus.if.org Git - taglib/commitdiff
Change a method name of XiphComment to make it consistent with other method.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Wed, 16 Dec 2015 02:00:13 +0000 (11:00 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Wed, 16 Dec 2015 02:00:13 +0000 (11:00 +0900)
taglib/ogg/xiphcomment.cpp
taglib/ogg/xiphcomment.h

index bb62069ea0d313e5b56db7d55556075cf9081534..db46aecb7f6dc0dc56c6348f489d065e8d1c0d48 100644 (file)
@@ -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();
 }
index 055477da9dc30b4b20d2207ef2a6d2994cc6eb47..14fc5407dc7407486b60799bfdccb1064849acd3 100644 (file)
@@ -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