[DEBUG] corect order of dot display

This commit is contained in:
2016-11-17 00:19:35 +01:00
parent 8fef74e061
commit 5fe729f4dc
2 changed files with 2 additions and 4 deletions

View File

@@ -32,9 +32,7 @@ namespace audio {
/**
* @brief Destructor
*/
~Group() {
// TODO : ...
}
~Group() = default;
private:
std::vector< ememory::SharedPtr<Node> > m_list; //!< List of all node in the group
public: