Fixed warnings on GCC 12
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user