renamed class attribute_definition_generator to attribute_generator

This commit is contained in:
Sascha Kühl
2025-11-21 09:24:53 +01:00
parent 758284c2b3
commit a146dce321
9 changed files with 44 additions and 45 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ private:
private:
friend class internal::shadow_repository;
friend class repository_node;
friend class attribute_definition_generator;
friend class attribute_generator;
std::string name_;
std::shared_ptr<repository_node> root_;