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