rename AbstractRef to AbstractStructRef

This commit is contained in:
Kevin Jahns
2019-04-11 00:26:21 +02:00
parent 2ef11a5344
commit 9c29d820c8
5 changed files with 16 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
* @module structs
*/
import {
AbstractRef,
AbstractStructRef,
AbstractStruct,
createID,
addStruct,
@@ -60,7 +60,7 @@ export class GC extends AbstractStruct {
}
}
export class GCRef extends AbstractRef {
export class GCRef extends AbstractStructRef {
/**
* @param {decoding.Decoder} decoder
* @param {ID} id