From 6f1a0f890bc1d8adb94a140122b3c7abc622975b Mon Sep 17 00:00:00 2001 From: yexo Date: Fri, 19 Mar 2010 20:06:33 +0000 Subject: (svn r19470) -Codechange: rename blob internals (skidd13) --- src/misc/dbg_helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc/dbg_helpers.cpp') diff --git a/src/misc/dbg_helpers.cpp b/src/misc/dbg_helpers.cpp index c6018f0ec..78b2ec493 100644 --- a/src/misc/dbg_helpers.cpp +++ b/src/misc/dbg_helpers.cpp @@ -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}}; -- cgit v1.2.3-54-g00ecf