Use default destructor.

pull/4619/head
Kim Kulling 2022-07-06 20:59:17 +02:00
parent 44fad544e6
commit 0db8b3daae
1 changed files with 2 additions and 4 deletions

View File

@ -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.