2
0
kimkulling 5 жил өмнө
parent
commit
2ee948eb84

+ 1 - 1
code/X3D/X3DExporter.hpp

@@ -65,7 +65,7 @@ class X3DExporter {
 
         SAttribute(SAttribute && rhs) :
                 Name(std::move(rhs.Name)),
-                Value(std::move(rhs.Value) {
+                Value(std::move(rhs.Value)) {
             // empty
         }
     };