From af7ea0fde38670851589c99ba844dbaf32a9116b Mon Sep 17 00:00:00 2001
From: Peter Varga <pvarga@inf.u-szeged.hu>
Date: Tue, 26 Mar 2019 08:40:33 +0100
Subject: [PATCH] Fix -Wmismatched-tags warning

Change-Id: I671e02850109e26c60771f583a3b5f29a1220452
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
---
 src/core/profile_io_data_qt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/profile_io_data_qt.h b/src/core/profile_io_data_qt.h
index 3d9a5ef19..c9e73f778 100644
--- a/src/core/profile_io_data_qt.h
+++ b/src/core/profile_io_data_qt.h
@@ -70,7 +70,7 @@ class ExtensionSystemQt;
 
 namespace QtWebEngineCore {
 
-class ClientCertificateStoreData;
+struct ClientCertificateStoreData;
 class ProfileIODataQt;
 class ProfileQt;
 
-- 
GitLab