Remove unnecessary semicolon

pull/1075/head
Albin Bernhardsson 2016-11-24 14:53:33 +01:00
parent bd6f94b926
commit bde2b466be
1 changed files with 1 additions and 1 deletions

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)
{