Skip to content

Commit 7a19454

Browse files
committed
fix syntax for warn_rtti
1 parent 3c8a3f2 commit 7a19454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic_content/virtual/set4/warn_rtti.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ class E : private A {};
2222

2323
// F为多态类型
2424

25-
class F : private B {}
25+
class F : private B {};

0 commit comments

Comments
 (0)