mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-24 14:45:14 +08:00
Fix copy ctor prototype.
This commit is contained in:
parent
c7f54b11ec
commit
e08f54e9eb
@ -379,7 +379,7 @@ class UmfPackLU : public SparseSolverBase<UmfPackLU<_MatrixType> >
|
||||
mutable bool m_extractedDataAreDirty;
|
||||
|
||||
private:
|
||||
UmfPackLU(UmfPackLU& ) { }
|
||||
UmfPackLU(const UmfPackLU& ) { }
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user