From 39b17157f9c31a4b911113561d4fc8f86396c430 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Thu, 16 Apr 2015 15:45:33 -0400 Subject: Fix for bad syntax that displeased linux more than windows. --- indra/newview/llappearancemgr.h | 8 ++++---- 1 file 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 cb = NULL); + void wearItemsOnAvatar(const uuid_vec_t& item_ids_to_wear, + bool do_update, + bool replace, + LLPointer 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, -- cgit v1.2.3