From fc6e02da354469b26f64d15ee406db5b4f2b6135 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Thu, 2 Aug 2012 17:25:20 +0300 Subject: [PATCH] Update header comments to reflect c4163a2 --- taglib/mpeg/id3v2/id3v2framefactory.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/taglib/mpeg/id3v2/id3v2framefactory.h b/taglib/mpeg/id3v2/id3v2framefactory.h index 16419c76..762d7eb3 100644 --- a/taglib/mpeg/id3v2/id3v2framefactory.h +++ b/taglib/mpeg/id3v2/id3v2framefactory.h @@ -123,8 +123,7 @@ namespace TagLib { FrameFactory(); /*! - * Destroys the frame factory. In most cases this will never be called (as - * is typical of singletons). + * Destroys the frame factory. */ virtual ~FrameFactory();