Applied misc-unused-parameters clang-tidy fixes

This commit is contained in:
Bartek Kryza
2022-12-23 17:02:36 +01:00
parent 4c7c9ff7dc
commit aecbbd704b

View File

@@ -71,7 +71,7 @@ public:
bool should_include(relationship_t r) const;
bool should_include(access_t s) const;
virtual bool has_element(const diagram_element::id_t id) const
virtual bool has_element(const diagram_element::id_t /*id*/) const
{
return false;
}