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
This commit is contained in:
Scott Wheeler
2004-12-08 16:50:10 +00:00
parent a2b316f3fa
commit d1eb678b77

View File

@ -182,6 +182,7 @@ namespace TagLib {
Frame &operator=(const Frame &);
class FramePrivate;
friend class FramePrivate;
FramePrivate *d;
};