Skip to content

Commit 4dcfd64

Browse files
Where did that "x" come from?
1 parent 055bda9 commit 4dcfd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CellPtr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class CellPtr
168168

169169
template <typename U,
170170
typename std::enable_if<std::is_convertible<typename std::add_pointer<U>::type, pointer>::value, bool>::type = true>
171-
CellPtr(const CxellPtr<U> &o) : m_cb(o.m_cb->Ref()) {}
171+
CellPtr(const CellPtr<U> &o) : m_cb(o.m_cb->Ref()) {}
172172

173173
template <typename U,
174174
typename std::enable_if<std::is_convertible<typename std::add_pointer<U>::type, pointer>::value, bool>::type = true>

0 commit comments

Comments
 (0)