Toward core module compiling.
This commit is contained in:
parent
c25a56ee19
commit
3ed195d7dd
305 changed files with 1774 additions and 1065 deletions
|
@ -72,7 +72,7 @@ void PngHeader::updateData()
|
|||
mData.clear();
|
||||
const auto num_bytes = sizeof(DWord);
|
||||
|
||||
for(std::size_t idx=0; idx<num_bytes;idx++)
|
||||
for(size_t idx=0; idx<num_bytes;idx++)
|
||||
{
|
||||
mData.push_back(ByteUtils::getByteN(mWidth, idx));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue