diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 15:35:08 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 15:35:08 +0000 |
commit | 64c1146213a1f1313bd061229a962e4d827cb16d (patch) | |
tree | 61914e8a5300ad30d3cac49b07278e2de7181806 /indra/newview/llimview.h | |
parent | c2b227c93973edc786c3f42772e06cd1760b610e (diff) |
add Cancel button to outgoing call dialog, make it work (perhaps), make the name of the departing voice session more accurate (perhaps). WIP.
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 510b5b8b69..62a54bc081 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -430,6 +430,8 @@ public: /*virtual*/ BOOL postBuild(); /*virtual*/ void onOpen(const LLSD& key); + static void onCancel(void* user_data); + private: void getAllowedRect(LLRect& rect); |