Fix mistaken pre-declaration as class instead of struct

This commit is contained in:
baldurk
2017-11-23 00:50:24 +00:00
parent 286e117d56
commit 6345fa2803
+1 -1
View File
@@ -33,7 +33,7 @@ namespace Ui
class TipsDialog;
}
class ICaptureContext;
struct ICaptureContext;
class TipsDialog : public QDialog
{