summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelavatar.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-04-18 21:35:41 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-04-18 22:21:58 +0300
commit8a39aaa3a485d9f1d4486c02e98286cfb08761d4 (patch)
treea3e90bc31fb591ded96df1da31025f7f192e9a56 /indra/newview/llpanelavatar.h
parent65ea8e1351c548b650eea4bd2ddef02b853c933d (diff)
SL-15312 Legacy profiles remake #10
Fixed Typo changed 'show in search' checkbox into combobox, implemented commit Fixed fl textbox setting sl text instead of fl text Fixed fl save/discard buttons not following resize
Diffstat (limited to 'indra/newview/llpanelavatar.h')
-rw-r--r--indra/newview/llpanelavatar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llpanelavatar.h b/indra/newview/llpanelavatar.h
index 1b47411fdb..249b895abb 100644
--- a/indra/newview/llpanelavatar.h
+++ b/indra/newview/llpanelavatar.h
@@ -146,13 +146,13 @@ private:
bool mSelfProfile;
};
-class LLPanelProfilePropertiesPeocessorTab
+class LLPanelProfilePropertiesProcessorTab
: public LLPanelProfileTab
, public LLAvatarPropertiesObserver
{
public:
- LLPanelProfilePropertiesPeocessorTab();
- ~LLPanelProfilePropertiesPeocessorTab();
+ LLPanelProfilePropertiesProcessorTab();
+ ~LLPanelProfilePropertiesProcessorTab();
/*virtual*/ void setAvatarId(const LLUUID& avatar_id);