diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-10-15 16:31:46 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-10-15 16:31:46 -0700 |
commit | 9e70bff67a581e62a77c40ec5dd3900c62fb86ba (patch) | |
tree | d495796c3608c5e3eba2f0c3734474e8395ff641 /src/db.h | |
parent | 38d15d8b427904a936a4fb4b8ac390bd637e1638 (diff) | |
parent | f9b15a4fc94cdd4b535a2f7b1eccc04332367d00 (diff) |
Merge pull request #3083 from sipa/chainlocator
CBlockLocator improvements & move to core
Diffstat (limited to 'src/db.h')
-rw-r--r-- | src/db.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ #include <db_cxx.h> class CAddrMan; -class CBlockLocator; +struct CBlockLocator; class CDiskBlockIndex; class CMasterKey; class COutPoint; |