mirror of
https://github.com/taglib/taglib.git
synced 2025-07-19 05:24:25 -04:00
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:
@ -182,6 +182,7 @@ namespace TagLib {
|
||||
Frame &operator=(const Frame &);
|
||||
|
||||
class FramePrivate;
|
||||
friend class FramePrivate;
|
||||
FramePrivate *d;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user