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