Skip to content

Commit e3c6897

Browse files
committed
Typo
1 parent 747894c commit e3c6897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/MDX2JSON.inc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define DynObjToJSON(%obj) do %obj.%ToJSON()
3333
#define ListToJSON(%obj) do ##class(%ZEN.Auxiliary.jsonProvider).%ObjectToJSON(%obj)
3434
#define ListSize(%obj) %obj.Count()
35-
#define ListGet(%obj,%i) %obj.Get(%i)
35+
#define ListGet(%obj,%i) %obj.GetAt(%i)
3636
#endif
3737
#define IsNewJSON ##Expression($$$comClassDefined("%Library.Array"))
3838
]]></Routine>

0 commit comments

Comments
 (0)