diff --git a/src/vector/platform/VectorBasePlatform.ts b/src/vector/platform/VectorBasePlatform.ts index 4e223c043a..b4548dd532 100644 --- a/src/vector/platform/VectorBasePlatform.ts +++ b/src/vector/platform/VectorBasePlatform.ts @@ -35,7 +35,7 @@ export const updateCheckStatusEnum = { /** * Vector-specific extensions to the BasePlatform template */ -export default class VectorBasePlatform extends BasePlatform { +export default abstract class VectorBasePlatform extends BasePlatform { protected showUpdateCheck: boolean = false; protected _favicon: Favicon;