mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
db_lmdb: make cursor internal members private
This commit is contained in:
parent
a3157d7b69
commit
29b5876ad1
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ struct lmdb_cur
|
|||
}
|
||||
}
|
||||
|
||||
private:
|
||||
MDB_cursor* m_cur;
|
||||
bool done;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue