Fixing warning C4099: 'CExtPubKey' : type name first seen using 'class' now seen using 'struct'

This commit is contained in:
ENikS 2014-11-06 17:53:25 -05:00
parent 2262415411
commit 5985ba9e61

View file

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