| 673 | } |
| 674 | |
| 675 | void ObjectReference::clear() |
| 676 | { |
| 677 | if (isValid()) |
| 678 | { |
| 679 | for (auto l : layout) |
| 680 | l->resetToDefaultValue(data); |
| 681 | } |
| 682 | } |
| 683 | |
| 684 | hise::fixobj::ObjectReference& ObjectReference::operator=(const ObjectReference& other) |
| 685 | { |
no test coverage detected