diff options
Diffstat (limited to 'indra/newview/llpanelavatar.cpp')
-rw-r--r-- | indra/newview/llpanelavatar.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llpanelavatar.cpp b/indra/newview/llpanelavatar.cpp index 90f3e87ae9..5d5d4b676c 100644 --- a/indra/newview/llpanelavatar.cpp +++ b/indra/newview/llpanelavatar.cpp @@ -121,12 +121,12 @@ void LLPanelProfileTab::setApplyProgress(bool started) } } -LLPanelProfilePropertiesPeocessorTab::LLPanelProfilePropertiesPeocessorTab() +LLPanelProfilePropertiesProcessorTab::LLPanelProfilePropertiesProcessorTab() : LLPanelProfileTab() { } -LLPanelProfilePropertiesPeocessorTab::~LLPanelProfilePropertiesPeocessorTab() +LLPanelProfilePropertiesProcessorTab::~LLPanelProfilePropertiesProcessorTab() { if (getAvatarId().notNull()) { @@ -134,7 +134,7 @@ LLPanelProfilePropertiesPeocessorTab::~LLPanelProfilePropertiesPeocessorTab() } } -void LLPanelProfilePropertiesPeocessorTab::setAvatarId(const LLUUID & avatar_id) +void LLPanelProfilePropertiesProcessorTab::setAvatarId(const LLUUID & avatar_id) { if (avatar_id.notNull()) { |