OSDN Git Service

ssh: Avoid warnings from MSVC
authorRobert Loehning <robert.loehning@nokia.com>
Tue, 24 Aug 2010 18:53:15 +0000 (20:53 +0200)
committerRobert Loehning <robert.loehning@nokia.com>
Tue, 24 Aug 2010 18:53:15 +0000 (20:53 +0200)
src/plugins/coreplugin/ssh/sshchannel_p.h

index 9546c6d..c260dec 100644 (file)
@@ -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;