summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorEugene Mutavchi <emutavchi@productengine.com>2010-04-09 20:14:30 +0300
committerEugene Mutavchi <emutavchi@productengine.com>2010-04-09 20:14:30 +0300
commit51da51894cef9bf606d2117584e24679a1768813 (patch)
tree33c30ffd634b37aa49cf81b0d39031f1d94dce2b /indra
parentcf9af33a1ab7062325bc45feff0335c525e44499 (diff)
No ticket. Fixed Linux build.
--HG-- branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llappearancemgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h
index d67a7787d3..dffd421898 100644
--- a/indra/newview/llappearancemgr.h
+++ b/indra/newview/llappearancemgr.h
@@ -79,7 +79,7 @@ public:
const LLUUID getBaseOutfitUUID();
// Wear/attach an item (from a user's inventory) on the agent
- bool LLAppearanceMgr::wearItemOnAvatar(const LLUUID& item_to_wear, bool do_update = true);
+ bool wearItemOnAvatar(const LLUUID& item_to_wear, bool do_update = true);
// Update the displayed outfit name in UI.
void updatePanelOutfitName(const std::string& name);