diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-06-21 11:56:59 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-06-21 11:56:59 -0400 |
commit | 8aef04f33c7df2d96c3a2a74b777b5950196b98e (patch) | |
tree | 3e845426a0341775cbc8b794f2626f0b126d46e2 /indra/newview/llstartup.h | |
parent | 347e88961c06b9febfedeb7dc35f2b12546b5118 (diff) |
EXT-4919 WIP - fixed problems with inventory fetch failing to time out, added copying/activation of more gesture folders
Diffstat (limited to 'indra/newview/llstartup.h')
-rw-r--r-- | indra/newview/llstartup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llstartup.h b/indra/newview/llstartup.h index e1e108ca6a..661ed29fc7 100644 --- a/indra/newview/llstartup.h +++ b/indra/newview/llstartup.h @@ -96,6 +96,8 @@ public: // Load default fonts not already loaded at start screen static void fontInit(); + static void LLStartUp::copyLibraryGestures(const std::string& same_gender_gestures); + // outfit_folder_name can be a folder anywhere in your inventory, // but the name must be a case-sensitive exact match. // gender_name is either "male" or "female" |