From 5ac9433d0a888f2c5d160537285ea3bd3e57af24 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 9 Jun 2004 23:48:17 +0000 Subject: [PATCH] fixed OnFrameClose() return type git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/log.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/log.tex b/docs/latex/wx/log.tex index ec53f6792f..447d73d2f9 100644 --- a/docs/latex/wx/log.tex +++ b/docs/latex/wx/log.tex @@ -727,7 +727,7 @@ any extra initializations. \membersection{wxLogWindow::OnFrameClose}\label{wxlogwindowonframeclose} -\func{virtual void}{OnFrameClose}{\param{wxFrame }{*frame}} +\func{virtual bool}{OnFrameClose}{\param{wxFrame }{*frame}} Called if the user closes the window interactively, will not be called if it is destroyed for another reason (such as when program -- 2.50.0