mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
db_lmdb: make cursor internal members private
This commit is contained in:
parent
a3157d7b69
commit
29b5876ad1
@ -67,6 +67,7 @@ struct lmdb_cur
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private:
|
||||||
MDB_cursor* m_cur;
|
MDB_cursor* m_cur;
|
||||||
bool done;
|
bool done;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user