]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/cpprttidisabled.h
revert r74683, wxTLW has its own {Width,Height}Default()
[wxWidgets.git] / docs / doxygen / overviews / cpprttidisabled.h
index 90ae5f6063797700eec950acaca1408458ae511c..6279688e7fccc474793609cc3a66689e23b53802 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        cpprttidisabled.h
 // Purpose:     topic overview
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
 @tableofcontents
 
-@see @ref overview_rtti, wxEvtHandler::Bind(), wxAny
-
-
-
-@section overview_cpp_rtti_disabled_intro Introduction
-
 @note C++ RTTI is usually enabled by default in most wxWidgets builds. If you
       do not know if your build has C++ RTTI enabled or not, then it probably
       is enabled, and you should not worry about anything mentioned in this
@@ -34,6 +27,8 @@ is a shared library or DLL build. More specifically, a template class instance
 created in one physical binary may not be recognized as its correct type when
 used in another one.
 
+@see @ref overview_rtti, wxEvtHandler::Bind(), wxAny
+
 
 
 @section overview_cpp_rtti_disabled_bind Bind() Issues