]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix SetExtraLong parameter type in docs from int to long. Noticed by nept2 on IRC
authorMart Raudsepp <leio@gentoo.org>
Wed, 20 Jun 2007 04:22:56 +0000 (04:22 +0000)
committerMart Raudsepp <leio@gentoo.org>
Wed, 20 Jun 2007 04:22:56 +0000 (04:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/cmdevent.tex

index 2406164240a00697e92202260b97ff32adfbcbf7..38affb28301c7ba85733cb841f0716a84605ecef 100644 (file)
@@ -181,7 +181,7 @@ that has longer life time than the event object.
 
 \membersection{wxCommandEvent::SetExtraLong}\label{wxcommandeventsetextralong}
 
-\func{void}{SetExtraLong}{\param{int}{ extraLong}}
+\func{void}{SetExtraLong}{\param{long}{ extraLong}}
 
 Sets the {\bf m\_extraLong} member.