Skip to content
Snippets Groups Projects
Commit 5123976a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

local name

parent 4f8cd7b8
No related branches found
No related tags found
1 merge request!2651minor cleanup
Pipeline #150324 passed
......@@ -53,10 +53,10 @@ QByteArray PointwiseAxisItem::serializeBinaryData() const
{
if (!m_axis)
return {};
Datafield axisData({m_axis->clone()});
Datafield df({m_axis->clone()});
std::stringstream ss;
Util::RW::writeBAInt(axisData, ss);
Util::RW::writeBAInt(df, ss);
return {ss.str().c_str(), static_cast<int>(ss.str().size())};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment