]> granicus.if.org Git - taglib/commitdiff
Oops, the implementation of this constructor was missing.
authorScott Wheeler <wheeler@kde.org>
Wed, 28 Apr 2004 00:23:52 +0000 (00:23 +0000)
committerScott Wheeler <wheeler@kde.org>
Wed, 28 Apr 2004 00:23:52 +0000 (00:23 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@306914 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

mpeg/id3v2/frames/attachedpictureframe.cpp

index 565c435a8ca7adc1b7c7df7be0bafca1fc052810..35a6a7efc252c25def363181743cb151a91493a3 100644 (file)
@@ -43,6 +43,11 @@ public:
 // public members
 ////////////////////////////////////////////////////////////////////////////////
 
+AttachedPictureFrame::AttachedPictureFrame() : Frame("APIC")
+{
+    d = new AttachedPictureFramePrivate;
+}
+
 AttachedPictureFrame::AttachedPictureFrame(const ByteVector &data) : Frame(data)
 {
   setData(data);