Fixed parameter name in documentation.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6374 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2019-12-11 06:44:18 +00:00
parent d3d7ae47a8
commit 1edde8b332
1 changed files with 1 additions and 1 deletions

View File

@ -2156,7 +2156,7 @@ public:
/**
* Get the object associated with the field with the given name
* @param name Name of field to retrieve
* @param val Field where to put the retrieved value
* @param obj Field where to put the retrieved value
* @return True if field was retrieved, false if not found or not the right type
*/
bool getObjField(const String& name, JsObject*& obj);