diff options
| author | ENikS <[email protected]> | 2014-11-06 17:53:25 -0500 |
|---|---|---|
| committer | ENikS <[email protected]> | 2014-11-06 17:53:25 -0500 |
| commit | 5985ba9e61466bbdb8416896ecfaadf040b6e4d9 (patch) | |
| tree | b1f4a440d2124b00e5ed2dcc7b3cda0cdc55f496 /src | |
| parent | Merge pull request #5214 (diff) | |
| download | discoin-5985ba9e61466bbdb8416896ecfaadf040b6e4d9.tar.xz discoin-5985ba9e61466bbdb8416896ecfaadf040b6e4d9.zip | |
Fixing warning C4099: 'CExtPubKey' : type name first seen using 'class' now seen using 'struct'
Diffstat (limited to 'src')
| -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; /** |