Fixed clang-tidy warnings
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
std::string multiplicity_source = "",
|
||||
std::string multiplicity_destination = "");
|
||||
|
||||
virtual ~relationship() = default;
|
||||
~relationship() override = default;
|
||||
|
||||
/**
|
||||
* Set the type of relatinoship.
|
||||
|
||||
Reference in New Issue
Block a user