From 47210d02389e5873cbbbb6da906c24f94f430b33 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 22 Feb 2001 12:56:29 +0000 Subject: [PATCH] Corrected Clone return type git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/validatr.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/validatr.tex b/docs/latex/wx/validatr.tex index fceeb76ed3..765c4d2084 100644 --- a/docs/latex/wx/validatr.tex +++ b/docs/latex/wx/validatr.tex @@ -53,7 +53,7 @@ Destructor. \membersection{wxValidator::Clone}\label{wxvalidatorclone} -\constfunc{virtual wxValidator*}{Clone}{\void} +\constfunc{virtual wxObject*}{Clone}{\void} All validator classes must implement the {\bf Clone} function, which returns an identical copy of itself. This is because validators are passed to control -- 2.50.0