Skip to content

Commit 9af9e43

Browse files
Fixed MSVC build warning
1 parent 4c92807 commit 9af9e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FloatingDragPreview.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CFloatingDragPreview : public QWidget, public IFloatingWidget
3030
Q_OBJECT
3131
private:
3232
FloatingDragPreviewPrivate* d;
33-
friend class FloatingDragPreviewPrivate;
33+
friend struct FloatingDragPreviewPrivate;
3434

3535
private slots:
3636
/**

0 commit comments

Comments
 (0)