Skip to content

Commit

Permalink
Where did that "x" come from?
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Jun 4, 2020
1 parent 055bda9 commit 4dcfd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CellPtr.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class CellPtr

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

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

0 comments on commit 4dcfd64

Please sign in to comment.