Applied clang-tidy nullptr access warnings

This commit is contained in:
Bartek Kryza
2022-12-23 21:26:15 +01:00
parent aecbbd704b
commit f07dc35e06
6 changed files with 164 additions and 147 deletions

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;
}