mirror of
https://github.com/monero-project/monero.git
synced 2026-01-24 13:24:22 +01:00
db_lmdb: make cursor internal members private
This commit is contained in:
committed by
warptangent
parent
a3157d7b69
commit
29b5876ad1
@@ -67,6 +67,7 @@ struct lmdb_cur
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private:
|
||||||
MDB_cursor* m_cur;
|
MDB_cursor* m_cur;
|
||||||
bool done;
|
bool done;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user