Merge pull request #5232

5985ba9 Fixing warning C4099: 'CExtPubKey' : type name first seen using 'class' now seen using 'struct' (ENikS)
This commit is contained in:
Wladimir J. van der Laan 2014-11-07 10:39:47 +01:00
commit a68bb4cdbe
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

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