mirror of https://github.com/CGAL/cgal
Fix warning in PLY_reader
This commit is contained in:
parent
6c3e3252a9
commit
665c66e557
|
|
@ -156,7 +156,7 @@ private:
|
|||
|
||||
virtual void assign (PLY_reader& reader, typename Point_set::Index index)
|
||||
{
|
||||
Type t;
|
||||
Type t{};
|
||||
reader.assign (t, m_name.c_str());
|
||||
put(m_pmap, index, t);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue