Skip to content
Snippets Groups Projects
Commit 04733e35 authored by Arnold Dumas's avatar Arnold Dumas
Browse files

SSH: SshKeyExchangeInit is a struct.


Use 'struct' keyword in forward declaration to avoid compiler warning.

Change-Id: I5a10eabea806ce138aed31e8b1a99567afe92e77
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@theqtcompany.com>
parent 1c51de11
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ class HashFunction;
namespace QSsh {
namespace Internal {
class SshKeyExchangeInit;
struct SshKeyExchangeInit;
class SshSendFacility;
class SshIncomingPacket;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment