Browse Source

Merge pull request #5232

5985ba9 Fixing warning C4099: 'CExtPubKey' : type name first seen using 'class' now seen using 'struct' (ENikS)
0.10
Wladimir J. van der Laan 10 years ago
parent
commit
a68bb4cdbe
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/key.h

2
src/key.h

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
#include <stdexcept>
#include <vector>
class CExtPubKey;
struct CExtPubKey;
class CPubKey;
/**

Loading…
Cancel
Save