Changed scope_t to access_t and fixed friend access specifier handling
This commit is contained in:
@@ -25,7 +25,7 @@ namespace clanguml::class_diagram::model {
|
||||
|
||||
class class_member : public class_element {
|
||||
public:
|
||||
class_member(common::model::scope_t scope, const std::string &name,
|
||||
class_member(common::model::access_t access, const std::string &name,
|
||||
const std::string &type);
|
||||
|
||||
bool is_relationship() const;
|
||||
|
||||
Reference in New Issue
Block a user