From: Amos Jeffries Date: Tue, 21 Oct 2014 11:08:12 +0000 (-0700) Subject: Fix typo in cbdata.cc X-Git-Tag: merge-candidate-3-v1~534 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c16af8fdc5b8d5c10269057c120e802eded355ef;p=thirdparty%2Fsquid.git Fix typo in cbdata.cc --- diff --git a/src/cbdata.cc b/src/cbdata.cc index e9bd582284..382a68fec8 100644 --- a/src/cbdata.cc +++ b/src/cbdata.cc @@ -68,7 +68,7 @@ public: void *operator new(size_t size, void *where); void operator delete(void *where, void *where2); #else - MEMPROXY_CLASS(cndata); + MEMPROXY_CLASS(cbdata); #endif /** \todo examine making cbdata templated on this - so we get type