diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-25 13:44:36 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-25 13:44:36 -0700 |
commit | 7b79b455d0b3b60669bbe8978732fe7db62d678b (patch) | |
tree | a5bb7b00a63572ae2162a313c7b6f3ca36d8f2d5 /indra/newview/llfloatersocial.h | |
parent | d63dd9d442a2c30b26163cdaf475ed31070aa92b (diff) | |
parent | fa48ae87415d7e5d5bf7549af30832a14d6a7de2 (diff) |
merge
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index 7b8db2d64a..1e28e3cb7e 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -36,7 +36,13 @@ class LLSocialStatusPanel : public LLPanel { public: LLSocialStatusPanel(); + BOOL postBuild(); + void draw(); void onSend(); + +private: + LLUICtrl* mMessageTextEditor; + LLUICtrl* mPostStatusButton; }; class LLSocialPhotoPanel : public LLPanel |