Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 435 Bytes

compiler-error-c2020.md

File metadata and controls

13 lines (11 loc) · 435 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Error C2020
Compiler Error C2020
11/04/2016
C2020
C2020
486f98ed-6574-4d82-89e3-74b5a61ed419

Compiler Error C2020

'member' : 'class' member redefinition

A member inherited from a base class or structure is redefined. Inherited members cannot be redefined unless declared as virtual in the base class.