renamed constraint to restriction
This commit is contained in:
@@ -54,7 +54,7 @@ private:
|
||||
|
||||
public:
|
||||
template < class Type >
|
||||
static std::shared_ptr<object> generate(const repository &repo, const std::string &name, const std::string &alias = "") {
|
||||
static std::shared_ptr<object> generate(repository &repo, const std::string &name, const std::string &alias = "") {
|
||||
return generate(std::make_unique<Type>(), repo, name, alias);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user