0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 04:38:52 +02:00

ircd::db: These can be public.

This commit is contained in:
Jason Volk 2017-09-25 22:13:11 -07:00
parent 92a8d8e2bf
commit ec18d81d56

View file

@ -94,9 +94,10 @@ struct ircd::db::cursor<d, tuple>::const_iterator_base
return &this->operator*(); return &this->operator*();
} }
protected:
string_view row_key() const; string_view row_key() const;
bool row_valid() const; bool row_valid() const;
protected:
bool seek_row(); bool seek_row();
public: public: