mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 05:33:28 +01: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;
|
||||
bool done;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user