Refactored common diagram elements to clanguml::common:model namespace
This commit is contained in:
@@ -25,8 +25,8 @@ namespace clanguml::class_diagram::model {
|
||||
|
||||
class class_member : public class_element {
|
||||
public:
|
||||
class_member(
|
||||
scope_t scope, const std::string &name, const std::string &type);
|
||||
class_member(common::model::scope_t scope, const std::string &name,
|
||||
const std::string &type);
|
||||
|
||||
bool is_relationship() const;
|
||||
void is_relationship(bool is_relationship);
|
||||
|
||||
Reference in New Issue
Block a user