Document that wxHtmlContainerCell::InsertCell() takes ownership
This might have been already clear, but it doesn't hurt to specify it explicitly.
This commit is contained in:
@@ -506,6 +506,9 @@ public:
|
||||
|
||||
/**
|
||||
Inserts a new cell into the container.
|
||||
|
||||
Note that the container takes ownership of the cell and will delete it
|
||||
when it itself is destroyed.
|
||||
*/
|
||||
void InsertCell(wxHtmlCell* cell);
|
||||
|
||||
|
Reference in New Issue
Block a user