diff options
| author | Pieter Wuille <[email protected]> | 2016-09-02 11:43:06 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-09-02 11:43:06 +0200 |
| commit | 4424af5190f11996e7970064b4f6553ba7cd1f9e (patch) | |
| tree | d5f8ea243451696f7dcfc65d3a0cac170b2de9e1 /src/main.h | |
| parent | Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/ (diff) | |
| download | discoin-4424af5190f11996e7970064b4f6553ba7cd1f9e.tar.xz discoin-4424af5190f11996e7970064b4f6553ba7cd1f9e.zip | |
Predeclare PrecomputedTransactionData as sturct
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 7a2d43262..18d674612 100644 --- a/src/main.h +++ b/src/main.h @@ -38,8 +38,8 @@ class CScriptCheck; class CTxMemPool; class CValidationInterface; class CValidationState; -class PrecomputedTransactionData; +struct PrecomputedTransactionData; struct CNodeStateStats; struct LockPoints; |