WIP
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "activity.h"
|
||||
#include "common/model/diagram.h"
|
||||
#include "common/types.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
@@ -36,7 +37,7 @@ public:
|
||||
|
||||
common::model::diagram_t type() const override;
|
||||
|
||||
type_safe::optional_ref<const common::model::diagram_element> get(
|
||||
common::optional_ref<common::model::diagram_element> get(
|
||||
const std::string &full_name) const override;
|
||||
|
||||
std::string to_alias(const std::string &full_name) const;
|
||||
|
||||
Reference in New Issue
Block a user