[TD]add missing namespace

This commit is contained in:
wandererfan
2023-04-07 11:46:21 -04:00
committed by WandererFan
parent 9b87c2eb9b
commit bf582bc760

View File

@@ -708,7 +708,7 @@ void CenterLine::Save(Base::Writer &writer) const
<< "<CLPoint value=\"" << p <<"\"/>" << std::endl;
}
writer.decInd();
writer.Stream() << writer.ind() << "</CLPoints>" << endl ;
writer.Stream() << writer.ind() << "</CLPoints>" << std::endl ;
writer.Stream() << writer.ind() << "<Style value=\"" << m_format.m_style << "\"/>" << std::endl;
writer.Stream() << writer.ind() << "<Weight value=\"" << m_format.m_weight << "\"/>" << std::endl;