Explorar o código

fix missing parthesis.

kimkulling %!s(int64=5) %!d(string=hai) anos
pai
achega
2ee948eb84
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/X3D/X3DExporter.hpp

+ 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
         }
     };