diff options
author | ENikS <evgeni@eniks.com> | 2014-11-06 17:53:25 -0500 |
---|---|---|
committer | ENikS <evgeni@eniks.com> | 2014-11-06 17:53:25 -0500 |
commit | 5985ba9e61466bbdb8416896ecfaadf040b6e4d9 (patch) | |
tree | b1f4a440d2124b00e5ed2dcc7b3cda0cdc55f496 /src/key.h | |
parent | 2262415411fed5ba18ea024bbef9f765cc6fc2d9 (diff) |
Fixing warning C4099: 'CExtPubKey' : type name first seen using 'class' now seen using 'struct'
Diffstat (limited to 'src/key.h')
-rw-r--r-- | src/key.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ #include <stdexcept> #include <vector> -class CExtPubKey; +struct CExtPubKey; class CPubKey; /** |