description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 1) C4445 |
Compiler Warning (level 1) C4445 |
11/04/2016 |
|
|
535e92a0-ba08-4dfc-89b2-af2dcdd7caeb |
'function' : in a WinRT or managed type a virtual method cannot be private
If a virtual function is private, it cannot be accessed by a derived type. To fix this error, change the accessibility of the virtual member function to protected or public.