From 9d7ec6e5d8727d6b0b93ca583657a00352206909 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 17 Apr 2000 14:04:38 +0000 Subject: [PATCH] small typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 9105ec6798..a0f91b928c 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -2172,7 +2172,7 @@ supports {\it const\_cast} or into an old, C-style cast, otherwise. \wxheading{See also} \helpref{wxDynamicCast}{wxdynamiccast}\\ -\helpref{wxStatiicCast}{wxstaticcast} +\helpref{wxStaticCast}{wxstaticcast} \membersection{WXDEBUG\_NEW}\label{debugnew} @@ -2240,6 +2240,17 @@ avoid using {\tt \#ifdef}s when creating icons. +\membersection{wxStaticCast}\label{wxstaticcast} + +\func{}{wxStaticCast}{ptr, classname} + +This macro checks that the cast is valid in debug mode (an assert failure will +result if {\tt wxDynamicCast(ptr, classname) == NULL}) and then returns the +result of executing an equivalent of {\tt static\_cast(ptr)}. + +\helpref{wxDynamicCast}{wxdynamiccast}\\ +\helpref{wxConstCast}{wxconstcast} + \membersection{WXTRACE}\label{trace} \wxheading{Include files} @@ -2470,17 +2481,6 @@ is no connection between names used in resources, and the global bitmap data. Another name for \helpref{wxResourceRegisterBitmapData}{registerbitmapdata}. -\membersection{wxStaticCast}\label{wxstaticcast} - -\func{}{wxStaticCast}{ptr, classname} - -This macro checks that the cast is valid in debug mode (an assert failure will -result if {\tt wxDynamicCast(ptr, classname) == NULL}) and then returns the -result of executing an equivalent of {\tt static\_cast(ptr)}. - -\helpref{wxDynamicCast}{wxdynamiccast}\\ -\helpref{wxConstCast}{wxconstcast} - \section{Log functions}\label{logfunctions} These functions provide a variety of logging functions: see \helpref{Log classes overview}{wxlogoverview} for