Răsfoiți Sursa

Use default destructor.

Kim Kulling 3 ani în urmă
părinte
comite
0db8b3daae
1 a modificat fișierele cu 2 adăugiri și 4 ștergeri
  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.
     ///	@brief  Will iterate through all children in pre-order iteration.
     /// @param  node    [in] The nod to iterate through.
     /// @param  node    [in] The nod to iterate through.