We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8057d25 commit e1044c3Copy full SHA for e1044c3
src/IconProvider.h
@@ -29,7 +29,7 @@ class ADS_EXPORT CIconProvider
29
{
30
private:
31
IconProviderPrivate* d; ///< private data (pimpl)
32
- friend class IconProviderPrivate;
+ friend struct IconProviderPrivate;
33
34
public:
35
/**
0 commit comments