summaryrefslogtreecommitdiff
path: root/src/misc/dbg_helpers.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-03-19 20:06:33 +0000
committeryexo <yexo@openttd.org>2010-03-19 20:06:33 +0000
commit6f1a0f890bc1d8adb94a140122b3c7abc622975b (patch)
treec8c2a1d4240d18014a44fcbd564ce47f21dd73ce /src/misc/dbg_helpers.cpp
parent767259853b1ef6a90ddcb2e4e1660780a1e507b0 (diff)
downloadopenttd-6f1a0f890bc1d8adb94a140122b3c7abc622975b.tar.xz
(svn r19470) -Codechange: rename blob internals (skidd13)
Diffstat (limited to 'src/misc/dbg_helpers.cpp')
-rw-r--r--src/misc/dbg_helpers.cpp2
1 files changed, 1 insertions, 1 deletions
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}};