diff --git a/src/CellPtr.h b/src/CellPtr.h index 94a52f1bf7..12c2d7d44a 100644 --- a/src/CellPtr.h +++ b/src/CellPtr.h @@ -168,7 +168,7 @@ class CellPtr template ::type, pointer>::value, bool>::type = true> - CellPtr(const CxellPtr &o) : m_cb(o.m_cb->Ref()) {} + CellPtr(const CellPtr &o) : m_cb(o.m_cb->Ref()) {} template ::type, pointer>::value, bool>::type = true>