Fixed parameter name in documentation.

git-svn-id: http://voip.null.ro/svn/yate@6374 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2019-12-11 06:44:18 +00:00
parent 84b8b542e8
commit 85759c91d4
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);