summaryrefslogtreecommitdiff
path: root/indra/newview/llimpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llimpanel.h')
-rw-r--r--indra/newview/llimpanel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llimpanel.h b/indra/newview/llimpanel.h
index 176d11c8f9..e54cec56c7 100644
--- a/indra/newview/llimpanel.h
+++ b/indra/newview/llimpanel.h
@@ -162,7 +162,7 @@ public:
/*virtual*/ void activate();
/*virtual*/ void getChannelInfo();
- void setSessionHandle(const std::string& handle);
+ void setSessionHandle(const std::string& handle, const std::string &inURI);
protected:
virtual void setState(EState state);
@@ -295,8 +295,6 @@ private:
void sendTypingState(BOOL typing);
- static LLFloaterIMPanel* sInstance;
-
private:
LLLineEditor* mInputEditor;
LLViewerTextEditor* mHistoryEditor;