Remove unnecessary semicolon

This commit is contained in:
Albin Bernhardsson
2016-11-24 14:53:33 +01:00
parent bd6f94b926
commit bde2b466be

View File

@@ -158,7 +158,7 @@ string tstr;
AttrHelper_FloatToString(pValue, tstr);
pList.push_back({pName, tstr});
};
}
void X3DExporter::NodeHelper_OpenNode(const string& pNodeName, const size_t pTabLevel, const bool pEmptyElement, const list<SAttribute>& pAttrList)
{