mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
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…
Add table
Add a link
Reference in a new issue