diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/test/llsdutil_tut.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/test/llsdutil_tut.cpp b/indra/test/llsdutil_tut.cpp index d125bb0005..aebb1f9770 100644 --- a/indra/test/llsdutil_tut.cpp +++ b/indra/test/llsdutil_tut.cpp @@ -207,7 +207,7 @@ namespace tut          map.insert("Date",      LLSD::Date());          map.insert("URI",       LLSD::URI());          map.insert("Binary",    LLSD::Binary()); -        map.insert("Map",       LLSD().insert("foo", LLSD())); +        map.insert("Map",       LLSD().with("foo", LLSD()));          // Only an empty array can be constructed on the fly          LLSD array;          array.append(LLSD()); | 
