mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
partial merge #9039: OverrideStream
changes from Make nType and nVersion private and sometimes const
commit
This commit is contained in:
parent
95209acdc3
commit
ade894eb0f
@ -26,10 +26,11 @@ template<typename Stream>
|
||||
class OverrideStream
|
||||
{
|
||||
Stream* stream;
|
||||
public:
|
||||
|
||||
const int nType;
|
||||
const int nVersion;
|
||||
|
||||
public:
|
||||
OverrideStream(Stream* stream_, int nType_, int nVersion_) : stream(stream_), nType(nType_), nVersion(nVersion_) {}
|
||||
|
||||
template<typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user