Explorar o código

Use default destructor.

Kim Kulling %!s(int64=3) %!d(string=hai) anos
pai
achega
0db8b3daae
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      include/assimp/XmlParser.h

+ 2 - 4
include/assimp/XmlParser.h

@@ -501,10 +501,8 @@ public:
         }
     }
 
-    ///	@brief  The class destructor.
-    ~XmlNodeIterator() {
-        // empty
-    }
+    ///	@brief  The class destructor, default implementation.
+    ~XmlNodeIterator() = default;
 
     ///	@brief  Will iterate through all children in pre-order iteration.
     /// @param  node    [in] The nod to iterate through.