diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-10 18:46:52 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-10 18:46:52 -0400 |
commit | fc84d684500c2216aa270bffef865ee265927535 (patch) | |
tree | a66b89365b071281aceea333a3d9040cdf9ed2ba /indra/newview/llvoavatar.h | |
parent | b6b72e5b4edecfd467dd0679a24cdf854fc9bc00 (diff) |
dumpArchetypeXML tweaks, appearance debugging
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x | indra/newview/llvoavatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 5ec2009971..62c8e68069 100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -1016,7 +1016,7 @@ private: // General //-------------------------------------------------------------------- public: - void dumpArchetypeXML(const std::string& filename); + void dumpArchetypeXML(const std::string& prefix); static void dumpBakedStatus(); const std::string getBakedStatusForPrintout() const; void dumpAvatarTEs(const std::string& context) const; |