Remove unnecessary semicolon
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user