From 821ff14a43da1c9d6094bd75a10c417bcdf7eafe Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Sun, 24 Apr 2016 21:54:28 +0200 Subject: [PATCH] Put a to-do note in here to look at before actually releasing this API --- taglib/toolkit/tpicturemap.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/taglib/toolkit/tpicturemap.h b/taglib/toolkit/tpicturemap.h index c3f35999..6cc45b07 100644 --- a/taglib/toolkit/tpicturemap.h +++ b/taglib/toolkit/tpicturemap.h @@ -36,6 +36,9 @@ namespace TagLib { //! A list of pictures typedef List PictureList; + /// TODO: review this interface before the release of TagLib v2.x in light of + /// https://github.com/taglib/taglib/issues/734#issuecomment-214001325 + /*! * This is a spcialization of the List class with some members. */