(svn r19470) -Codechange: rename blob internals (skidd13)

This commit is contained in:
yexo
2010-03-19 20:06:33 +00:00
parent 767259853b
commit 6f1a0f890b
2 changed files with 68 additions and 67 deletions

View File

@@ -177,4 +177,4 @@ void DumpTarget::EndStruct()
}
/** Just to silence an unsilencable GCC 4.4+ warning */
/* static */ CBlobBaseSimple::CHdr CBlobBaseSimple::hdrEmpty[] = {{0, 0}, {0, 0}};
/* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};