First try on linking the boxes\n

This commit is contained in:
Erik Zandvliet 2011-01-23 13:55:21 +01:00
parent 86fd8c59e8
commit fb7f58d4b3
4 changed files with 49 additions and 6 deletions

View file

@ -11,7 +11,7 @@ class Box_stsd {
private:
Box * Container;
void SetDefaults();
void SetReserved();
void WriteContent();
std::vector<Box *> Content;
};//Box_ftyp Class