fixed object generation on nested objects
This commit is contained in:
@@ -50,7 +50,7 @@ size_t object::constraint_count() const {
|
||||
return constraints_.size();
|
||||
}
|
||||
|
||||
const std::list<class restriction>& object::constraints() const {
|
||||
const std::list<restriction>& object::constraints() const {
|
||||
return constraints_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user