Fixed more clang warnings

This commit is contained in:
Jan Möbius
2019-05-29 10:55:52 +02:00
parent 417a460645
commit 7c1a8012d5
11 changed files with 19 additions and 20 deletions

View File

@@ -130,7 +130,7 @@ public: // inherited
/// Stores collapse information in a queue.
/// \see infolist()
void postprocess_collapse(const CollapseInfo& _ci)
void postprocess_collapse(const CollapseInfo& _ci) override
{
pmi_.push_back( Info( _ci ) );
}