forked from lix-project/lix
fix build with gcc11
This commit is contained in:
parent
4c0cde95ad
commit
eae29b0385
|
@ -17,7 +17,7 @@ private:
|
|||
|
||||
public:
|
||||
|
||||
ref<T>(const ref<T> & r)
|
||||
ref(const ref<T> & r)
|
||||
: p(r.p)
|
||||
{ }
|
||||
|
||||
|
|
Loading…
Reference in a new issue