diff options
author | Merov Linden <merov@lindenlab.com> | 2013-06-24 17:03:37 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-06-24 17:03:37 -0700 |
commit | 656903d77f8ccfe24fb907287bcafe416bf0375d (patch) | |
tree | b33409ed45822ebf2dbb281381e3474bc9efc4b3 /indra/newview/llfloatersocial.h | |
parent | e2a7280918665222db3357a4d7566dbdc5d959f2 (diff) | |
parent | 68fa34965daa5bd65aea5cb1f4dc4554e7d9f70f (diff) |
Pull merge from lindenlab/viewer-fbc
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index 2f3ff3ccdc..b43b1a0888 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -30,6 +30,13 @@ #include "llfloater.h" #include "llviewertexture.h" +class LLSocialStatusPanel : public LLPanel +{ +public: + LLSocialStatusPanel(); + void onSend(); +}; + class LLSocialPhotoPanel : public LLPanel { public: |