Remove unnecessary semicolon
parent
bd6f94b926
commit
bde2b466be
|
@ -158,7 +158,7 @@ string tstr;
|
||||||
|
|
||||||
AttrHelper_FloatToString(pValue, tstr);
|
AttrHelper_FloatToString(pValue, tstr);
|
||||||
pList.push_back({pName, tstr});
|
pList.push_back({pName, tstr});
|
||||||
};
|
}
|
||||||
|
|
||||||
void X3DExporter::NodeHelper_OpenNode(const string& pNodeName, const size_t pTabLevel, const bool pEmptyElement, const list<SAttribute>& pAttrList)
|
void X3DExporter::NodeHelper_OpenNode(const string& pNodeName, const size_t pTabLevel, const bool pEmptyElement, const list<SAttribute>& pAttrList)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue