Skip to content
Snippets Groups Projects
Forked from Alchemy Viewer / Alchemy Viewer
17363 commits behind the upstream repository.
user avatar
Nat Goodspeed authored
We include both const and non-const overloads. The latter returns LLSD&, so
you can assign to the located element.

In fact we already implemented the non-const logic in a less public form as
storeToLLSDPath() in lleventcoro.cpp. Reimplement the latter to use the new
llsd::drill() function.
a2379d68
History