diff --git a/io/private/ept/EptInfo.cpp b/io/private/ept/EptInfo.cpp index 0808c1508a..5236097af0 100644 --- a/io/private/ept/EptInfo.cpp +++ b/io/private/ept/EptInfo.cpp @@ -66,7 +66,7 @@ void EptInfo::initialize() { m_bounds = toBox3d(m_info.at("bounds")); m_boundsConforming = toBox3d(m_info.at("boundsConforming")); - m_points = m_info.value("points", 0); + m_points = m_info.value("points", 0); m_span = m_info.at("span").get(); auto iSrs = m_info.find("srs");