[Stable] Interface contains an UpdateContents() function, which updates all the contents of the boxes
This commit is contained in:
parent
1d56214cd1
commit
1c69d2dbc8
22 changed files with 40 additions and 23 deletions
|
@ -20,7 +20,6 @@ void Box_mdia::AddContent( Box * newcontent, uint32_t offset ) {
|
|||
delete Content[offset];
|
||||
}
|
||||
Content[offset] = newcontent;
|
||||
WriteContent();
|
||||
}
|
||||
|
||||
void Box_mdia::WriteContent( ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue