]> git.saurik.com Git - wxWidgets.git/commitdiff
remove comment recommending (wxWindow*) NULL
authorRobert Roebling <robert@roebling.de>
Mon, 19 Jan 2009 14:49:41 +0000 (14:49 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 19 Jan 2009 14:49:41 +0000 (14:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/mainpages/devtips.h

index 02acccbb3ea06f350e92e4c47a9d009ed5510227..085b4ea96060f77ca590bdde1aea4b30f9c86429 100644 (file)
@@ -266,19 +266,6 @@ switched off by default) since it is a notoriously unportable feature.
 wxWidgets does not use C++ run-time type information since wxWidgets provides
 its own run-time type information system, implemented using macros.
 
-@subsection page_multiplatform_cpp_null Type of NULL
-
-Some compilers (e.g. the native IRIX cc) define @NULL to be 0L so that no
-conversion to pointers is allowed. Because of that, all these occurrences of
-@NULL in the GTK+ port use an explicit conversion such as
-
-@code
-wxWindow *my_window = (wxWindow*) NULL;
-@endcode
-
-It is recommended to adhere to this in all code using wxWidgets as this make
-the code (a bit) more portable.
-
 @subsection page_multiplatform_cpp_precompiledheaders Precompiled Headers
 
 Some compilers, such as Borland C++ and Microsoft C++, support precompiled