From a1e7544104e8253758570b1843c0e8c35eb2b112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 24 Sep 2007 22:30:34 +0000 Subject: [PATCH] document that GetPropVal's argument must not be NULL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/xmlnode.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/xmlnode.tex b/docs/latex/wx/xmlnode.tex index 2e00889722..8c7b9f691c 100644 --- a/docs/latex/wx/xmlnode.tex +++ b/docs/latex/wx/xmlnode.tex @@ -196,7 +196,7 @@ Returns a pointer to the parent of this node or \NULL if this node has no parent \constfunc{bool}{GetPropVal}{\param{const wxString\& }{propName}, \param{wxString* }{value}} Returns \true if a property named {\it propName} could be found. -If the {\it value} pointer is not \NULL, the value of that property is saved there. +The value of that property is saved in \arg{value} (which must not be \NULL). \constfunc{wxString}{GetPropVal}{\param{const wxString\& }{propName}, \param{const wxString\& }{defaultVal}}