use rtti as shortcut for runtime type information

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2008-03-03 12:23:26 +00:00
parent 9727442f12
commit 16c0ade562

View File

@ -409,7 +409,7 @@
@section page_class_cat_rtti Run-time class information system
@ref overview_runtimeclass
@ref overview_rtti
wxWidgets supports run-time manipulation of class information, and dynamic
creation of objects given class names.