From: Scott Wheeler Date: Wed, 8 Dec 2004 16:50:10 +0000 (+0000) Subject: Make the private class a friend so that it can access the protected Header X-Git-Tag: v1.5~298 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1eb678b777e76d19ba9f321b5e772321facea20;p=taglib Make the private class a friend so that it can access the protected Header class. BUG:93869 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@369269 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/mpeg/id3v2/id3v2frame.h b/mpeg/id3v2/id3v2frame.h index 4e12dc21..392bb71a 100644 --- a/mpeg/id3v2/id3v2frame.h +++ b/mpeg/id3v2/id3v2frame.h @@ -182,6 +182,7 @@ namespace TagLib { Frame &operator=(const Frame &); class FramePrivate; + friend class FramePrivate; FramePrivate *d; };