Skip to content

Commit 92d0cce

Browse files
authored
Update compiler-warning-level-3-c4265.md
1 parent e3ea287 commit 92d0cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-3-c4265.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ helpviewer_keywords: ["C4265"]
77
---
88
# Compiler Warning (level 3, off) C4265
99

10-
'class' : class has virtual functions, but destructor is not virtual
10+
> 'class' : class has virtual functions, but destructor is not virtual
1111
1212
When a class has virtual functions but a nonvirtual destructor, objects of the type might not be destroyed properly when the class is destroyed through a base class pointer.
1313

14-
This warning is off by default. See [Compiler Warnings That Are Off by Default](../../preprocessor/compiler-warnings-that-are-off-by-default.md) for more information.
14+
This warning is off by default. For more information see [Compiler Warnings That Are Off by Default](../../preprocessor/compiler-warnings-that-are-off-by-default.md).
1515

1616
The following sample generates C4265:
1717

0 commit comments

Comments
 (0)