Use default destructor.
parent
44fad544e6
commit
0db8b3daae
|
@ -501,10 +501,8 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief The class destructor.
|
/// @brief The class destructor, default implementation.
|
||||||
~XmlNodeIterator() {
|
~XmlNodeIterator() = default;
|
||||||
// empty
|
|
||||||
}
|
|
||||||
|
|
||||||
/// @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.
|
||||||
|
|
Loading…
Reference in New Issue