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