Fixed warnings on GCC 12

This commit is contained in:
Bartek Kryza
2022-06-11 18:30:02 +02:00
parent bcd6c06003
commit 0dec595d20
7 changed files with 30 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ public:
common::model::diagram_t type() const override;
type_safe::optional_ref<const common::model::diagram_element> get(
const std::string &full_name) const;
const std::string &full_name) const override;
std::string to_alias(const std::string &full_name) const;