From 6345fa2803289fe9cb1b2e41e198b7e3adb328e0 Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 23 Nov 2017 00:50:24 +0000 Subject: [PATCH] Fix mistaken pre-declaration as class instead of struct --- qrenderdoc/Windows/Dialogs/TipsDialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrenderdoc/Windows/Dialogs/TipsDialog.h b/qrenderdoc/Windows/Dialogs/TipsDialog.h index 2c447070b..ecf85fb19 100644 --- a/qrenderdoc/Windows/Dialogs/TipsDialog.h +++ b/qrenderdoc/Windows/Dialogs/TipsDialog.h @@ -33,7 +33,7 @@ namespace Ui class TipsDialog; } -class ICaptureContext; +struct ICaptureContext; class TipsDialog : public QDialog {