db_lmdb: make cursor internal members private

This commit is contained in:
moneromooo-monero 2014-12-07 11:23:40 +00:00 committed by warptangent
parent a3157d7b69
commit 29b5876ad1

View file

@ -67,6 +67,7 @@ struct lmdb_cur
}
}
private:
MDB_cursor* m_cur;
bool done;
};