diff options
Diffstat (limited to 'indra/newview/llpanelavatar.h')
-rw-r--r-- | indra/newview/llpanelavatar.h | 6 |
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); |