diff options
Diffstat (limited to 'core/src/main/scala/chisel3/Aggregate.scala')
| -rw-r--r-- | core/src/main/scala/chisel3/Aggregate.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/chisel3/Aggregate.scala b/core/src/main/scala/chisel3/Aggregate.scala index 2c4f67db..b0be3c24 100644 --- a/core/src/main/scala/chisel3/Aggregate.scala +++ b/core/src/main/scala/chisel3/Aggregate.scala @@ -966,7 +966,7 @@ abstract class Record extends Aggregate { case _ => false } - private[chisel3] override def _onModuleClose: Unit = { + private[chisel3] def _onModuleClose: Unit = { // This is usually done during binding, but these must still be set for unbound Records if (this.binding.isEmpty) { setElementRefs() |
