1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

Fixed compiler warning for MSVC

This commit is contained in:
Uwe Kindler 2020-01-11 15:21:10 +01:00
parent 8057d25f35
commit e1044c3e91

View File

@ -29,7 +29,7 @@ class ADS_EXPORT CIconProvider
{
private:
IconProviderPrivate* d; ///< private data (pimpl)
friend class IconProviderPrivate;
friend struct IconProviderPrivate;
public:
/**