mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
CAutoFile: make file private
This commit is contained in:
parent
0c35486dc9
commit
938bccebf1
@ -1166,12 +1166,13 @@ private:
|
||||
// Disallow copies
|
||||
CAutoFile(const CAutoFile&);
|
||||
CAutoFile& operator=(const CAutoFile&);
|
||||
protected:
|
||||
FILE* file;
|
||||
public:
|
||||
|
||||
int nType;
|
||||
int nVersion;
|
||||
|
||||
FILE* file;
|
||||
|
||||
public:
|
||||
CAutoFile(FILE* filenew, int nTypeIn, int nVersionIn)
|
||||
{
|
||||
file = filenew;
|
||||
|
Loading…
Reference in New Issue
Block a user