]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing missing comma
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 21 Aug 2007 14:57:52 +0000 (14:57 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 21 Aug 2007 14:57:52 +0000 (14:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/autoobj.tex

index f7a66ac141fcad0446598fe1f1e5c1ce65b2d8c2..bd20fa6de8ddfb2743f68babd18f6f2bcb6711ed 100644 (file)
@@ -103,7 +103,7 @@ such as two copies of Excel running. Which object is referenced cannot currently
 
 \membersection{wxAutomationObject::GetObject}\label{wxautomationobjectgetobject}
 
-\constfunc{bool}{GetObject}{\param{wxAutomationObject\&}{obj} \param{const wxString\&}{ property},
+\constfunc{bool}{GetObject}{\param{wxAutomationObject\&}{obj}, \param{const wxString\&}{ property},
  \param{int}{ noArgs = 0}, \param{wxVariant }{args[] = NULL}}
 
 Retrieves a property from this object, assumed to be a dispatch pointer, and initialises {\it obj} with it.