Fixed type aliases handling

This commit is contained in:
Bartek Kryza
2024-01-25 00:33:08 +01:00
parent 9376b856cc
commit 757b4d0947
9 changed files with 52 additions and 30 deletions

View File

@@ -25,7 +25,6 @@
namespace clanguml::common::visitor {
// using class_diagram::model::class_;
using common::model::namespace_;
using common::model::relationship_t;
using common::model::template_parameter;
@@ -540,4 +539,4 @@ private:
on_argument_base_found_t on_argument_base_found_;
};
} // namespace clanguml::class_diagram::visitor
} // namespace clanguml::common::visitor