diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-05-12 10:17:08 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-05-12 10:17:08 -0400 |
commit | 7cad431c6e4ea920a998ac1d3cdf385722fe5f7b (patch) | |
tree | b071de2ab6babf4851d99f0f9917228a247e89c4 /indra/newview/llmeshrepository.h | |
parent | 4c169a57504bd0e0e1126389c989bedb878c7801 (diff) |
small API change
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rwxr-xr-x | indra/newview/llmeshrepository.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index 9d8119dc48..9460c0c048 100755 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -425,7 +425,7 @@ public: void doWholeModelUpload(); void doIterativeUpload(); - LLSD wholeModelToLLSD(bool include_textures); + void wholeModelToLLSD(LLSD& dest, bool include_textures); }; class LLMeshRepository |