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