diff options
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index b6e0c87dcf..510b5b8b69 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -428,9 +428,10 @@ public: LLOutgoingCallDialog(const LLSD& payload); /*virtual*/ BOOL postBuild(); + /*virtual*/ void onOpen(const LLSD& key); private: - void processCallResponse(S32 response); + void getAllowedRect(LLRect& rect); LLSD mPayload; }; |