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:
Vadim Zeitlin
2018-08-25 21:14:40 +02:00
parent 869fb4f2bc
commit 2895e5c4a1

View File

@@ -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);