summaryrefslogtreecommitdiff
path: root/src/Witness_complex/include/gudhi/Strong_witness_complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Witness_complex/include/gudhi/Strong_witness_complex.h')
-rw-r--r--src/Witness_complex/include/gudhi/Strong_witness_complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Witness_complex/include/gudhi/Strong_witness_complex.h b/src/Witness_complex/include/gudhi/Strong_witness_complex.h
index f9d1d681..aae1bb43 100644
--- a/src/Witness_complex/include/gudhi/Strong_witness_complex.h
+++ b/src/Witness_complex/include/gudhi/Strong_witness_complex.h
@@ -79,7 +79,7 @@ private:
* @param[in] nearest_landmark_table needs to be a range of a range of nearest landmarks.
* The range of nearest landmarks should admit a member type 'iterator'. The dereference type
* of the nearest landmark range iterator needs to be 'std::pair<std::size_t, double>'. */
- Strong_witness_complex(Nearest_landmark_table_ & nearest_landmark_table)
+ Strong_witness_complex(Nearest_landmark_table_ const & nearest_landmark_table)
: nearest_landmark_table_(nearest_landmark_table)
{
}