casting to const pointer could help

LPA-1
Volker Birk 5 years ago
parent 3ff1610c6d
commit fafc9c7f31

@ -54,6 +54,7 @@ namespace pEp {
bool empty() const { return _size == 0; }
operator ::bloblist_t *() { return bl.get(); }
operator const ::bloblist_t *() const { return bl.get(); }
private:
static void release_value(char *v);

Loading…
Cancel
Save