diff options
author | Denis Serdjuk <dserduk@productengine.com> | 2009-10-30 20:31:14 +0200 |
---|---|---|
committer | Denis Serdjuk <dserduk@productengine.com> | 2009-10-30 20:31:14 +0200 |
commit | 272a8f8d444124b8acb84d4bc711e9bb7b588b1e (patch) | |
tree | b31f2b625b4ae0eb550a63daca0841794622682a | |
parent | 73efd4802b8f02f86599e6b7ab7220b9f9fe2dc0 (diff) |
linux build fixed. Forward declaration for AvatarStatusObserver has been added.
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llpanelprofileview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofileview.h b/indra/newview/llpanelprofileview.h index e89ed07b53..b59d1d42f3 100644 --- a/indra/newview/llpanelprofileview.h +++ b/indra/newview/llpanelprofileview.h @@ -40,6 +40,7 @@ class LLPanelProfile; class LLPanelProfileTab; class LLTextBox; +class AvatarStatusObserver; /** * Panel for displaying Avatar's profile. It consists of three sub panels - Profile, |