diff --git a/code/X3DExporter.cpp b/code/X3DExporter.cpp index cb6a6740f..9e89b5b9e 100644 --- a/code/X3DExporter.cpp +++ b/code/X3DExporter.cpp @@ -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& pAttrList) {