From dccb56d214aeee4cc2cf1e48e41ff9473a6e7420 Mon Sep 17 00:00:00 2001
From: Robert Loehning <robert.loehning@nokia.com>
Date: Tue, 24 Aug 2010 20:53:15 +0200
Subject: [PATCH] ssh: Avoid warnings from MSVC

---
 src/plugins/coreplugin/ssh/sshchannel_p.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/coreplugin/ssh/sshchannel_p.h b/src/plugins/coreplugin/ssh/sshchannel_p.h
index 9546c6db891..c260dec1437 100644
--- a/src/plugins/coreplugin/ssh/sshchannel_p.h
+++ b/src/plugins/coreplugin/ssh/sshchannel_p.h
@@ -39,8 +39,8 @@ QT_FORWARD_DECLARE_CLASS(QTimer);
 namespace Core {
 namespace Internal {
 
-class SshChannelExitSignal;
-class SshChannelExitStatus;
+struct SshChannelExitSignal;
+struct SshChannelExitStatus;
 class SshIncomingPacket;
 class SshSendFacility;
 
-- 
GitLab