summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-04-16 15:45:33 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-04-16 15:45:33 -0400
commit39b17157f9c31a4b911113561d4fc8f86396c430 (patch)
tree8f19319509f3e13e039f614b6a574c8b47461211 /indra/newview
parent326b9d111ec101e3a8945c57f2eed317c8e2745b (diff)
Fix for bad syntax that displeased linux more than windows.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llappearancemgr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h
index 0e9967175b..ee9d3b7209 100755
--- a/indra/newview/llappearancemgr.h
+++ b/indra/newview/llappearancemgr.h
@@ -121,10 +121,10 @@ public:
// find the UUID of the currently worn outfit (Base Outfit)
const LLUUID getBaseOutfitUUID();
- void LLAppearanceMgr::wearItemsOnAvatar(const uuid_vec_t& item_ids_to_wear,
- bool do_update,
- bool replace,
- LLPointer<LLInventoryCallback> cb = NULL);
+ void wearItemsOnAvatar(const uuid_vec_t& item_ids_to_wear,
+ bool do_update,
+ bool replace,
+ LLPointer<LLInventoryCallback> cb = NULL);
// Wear/attach an item (from a user's inventory) on the agent
void wearItemOnAvatar(const LLUUID& item_to_wear, bool do_update, bool replace = false,