ruby: DataBlock: adds a comment
This commit is contained in:
parent
d660b3145b
commit
ae87d68551
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ class DataBlock
|
||||||
private:
|
private:
|
||||||
void alloc();
|
void alloc();
|
||||||
uint8_t *m_data;
|
uint8_t *m_data;
|
||||||
|
//! true if this DataBlock is responsible for deleting m_data,
|
||||||
|
//! false otherwise.
|
||||||
bool m_alloc;
|
bool m_alloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue