Skip to content

Commit cd495a1

Browse files
Fixed MSVC compiler warning
1 parent 312a8cf commit cd495a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockFocusController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ADS_EXPORT CDockFocusController : public QObject
2828
Q_OBJECT
2929
private:
3030
DockFocusControllerPrivate* d; ///< private data (pimpl)
31-
friend class DockFocusControllerPrivate;
31+
friend struct DockFocusControllerPrivate;
3232

3333
private slots:
3434
void onApplicationFocusChanged(QWidget *old, QWidget *now);

0 commit comments

Comments
 (0)