summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/ui_utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-10-03 17:27:06 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-10-03 17:27:06 +0000
commita9fac2d04887b80526ab90c4c8ce45cd482e80b2 (patch)
tree0bc62363778c6110d16016816650278a147049f7 /protocols/JabberG/src/ui_utils.h
parent9257dc8641a40437ceda38b65f4be7390e57954b (diff)
- filetransfer::iqid converted from string to int;
- further code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@6319 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/ui_utils.h')
-rw-r--r--protocols/JabberG/src/ui_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/ui_utils.h b/protocols/JabberG/src/ui_utils.h
index 49d7daadfd..bae324ee0f 100644
--- a/protocols/JabberG/src/ui_utils.h
+++ b/protocols/JabberG/src/ui_utils.h
@@ -1240,7 +1240,7 @@ public:
__inline PROTO_INTERFACE *GetProtoInterface() { return m_proto_interface; }
- void SetStatusText(TCHAR *statusText);
+ void SetStatusText(const TCHAR *statusText);
protected:
PROTO_INTERFACE *m_proto_interface;
@@ -1254,7 +1254,7 @@ protected:
virtual void OnProtoCheckOnline(WPARAM, LPARAM) {}
private:
- void UpdateProtoTitle(TCHAR *szText = NULL);
+ void UpdateProtoTitle(const TCHAR *szText = NULL);
void UpdateStatusBar();
};