Fixing warning C4099: 'CExtPubKey' : type name first seen using 'class' now seen using 'struct'
This commit is contained in:
parent
2262415411
commit
5985ba9e61
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <stdexcept>
|
||||
#include <vector>
|
||||
|
||||
class CExtPubKey;
|
||||
struct CExtPubKey;
|
||||
class CPubKey;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue