Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 527 Bytes

compiler-warning-level-1-c4445.md

File metadata and controls

13 lines (11 loc) · 527 Bytes
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
C4445
C4445
535e92a0-ba08-4dfc-89b2-af2dcdd7caeb

Compiler Warning (level 1) C4445

'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.