From 3aba2721d143bf58fa752236033de67c235e3bce Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 4 Jun 2020 14:56:20 +0200 Subject: [PATCH] gcc: [skip ci] fix -Waddress --- src/Mod/Inspection/App/InspectionFeature.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/Inspection/App/InspectionFeature.cpp b/src/Mod/Inspection/App/InspectionFeature.cpp index e23119c926..d4adbcebe6 100644 --- a/src/Mod/Inspection/App/InspectionFeature.cpp +++ b/src/Mod/Inspection/App/InspectionFeature.cpp @@ -587,12 +587,12 @@ void PropertyDistanceList::setPyObject(PyObject *value) void PropertyDistanceList::Save (Base::Writer &writer) const { if (writer.isForceXML()) { - writer.Stream() << writer.ind() << "" << endl; + writer.Stream() << writer.ind() << "" << std::endl; writer.incInd(); for(int i = 0;i" << endl; ; + writer.Stream() << writer.ind() << "" << std::endl; writer.decInd(); - writer.Stream() << writer.ind() <<"" << endl ; + writer.Stream() << writer.ind() <<"" << std::endl; } else { writer.Stream() << writer.ind() << "