Changeset 608 in 3DVCSoftware for trunk/source/Lib/TLibCommon/AccessUnit.h
- Timestamp:
- 1 Sep 2013, 22:47:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/AccessUnit.h
r56 r608 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 2, ITU/ISO/IEC6 * Copyright (c) 2010-2013, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 63 63 { 64 64 for (AccessUnit::iterator it = this->begin(); it != this->end(); it++) 65 { 65 66 delete *it; 67 } 66 68 } 67 69 };
Note: See TracChangeset for help on using the changeset viewer.