diff options
Diffstat (limited to 'indra/newview/llimpanel.h')
-rw-r--r-- | indra/newview/llimpanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimpanel.h b/indra/newview/llimpanel.h index 5348308a83..28ea002583 100644 --- a/indra/newview/llimpanel.h +++ b/indra/newview/llimpanel.h @@ -78,7 +78,7 @@ public: const LLUUID& getSessionID() const { return mSessionUUID; } const LLUUID& getOtherParticipantID() const { return mOtherParticipantUUID; } - const EInstantMessage getDialogType() const { return mDialog; } + EInstantMessage getDialogType() const { return mDialog; } void sessionInitReplyReceived(const LLUUID& im_session_id); |