Update warn_rtti.cpp

This commit is contained in:
Francis 2022-04-10 18:11:55 +08:00 committed by GitHub
parent 9009f3b480
commit 9f58fef2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ class B{
};
//D为多态类型
//D为多态类型
class D: public A{