chore(lp): fix compilation error
This commit is contained in:
parent
8072fdf9a0
commit
09b316ce75
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ namespace lean {
|
|||
|
||||
unsigned size() const { return static_cast<unsigned>(m_rev.size()); }
|
||||
|
||||
unsigned * values() const { return m_permutation; }
|
||||
const unsigned * values() const { return &m_permutation[0]; }
|
||||
}; // end of the permutation class
|
||||
|
||||
#ifdef LEAN_DEBUG
|
||||
|
|
Loading…
Reference in a new issue