]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed OnFrameClose() return type
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Jun 2004 23:48:17 +0000 (23:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Jun 2004 23:48:17 +0000 (23:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/log.tex

index ec53f6792f1fbb573607c21921fb2c8b89decb67..447d73d2f9e6c1e58c0a49fbde72377b83a9bcc6 100644 (file)
@@ -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