diff options
Diffstat (limited to 'protocols/JabberG/src/ui_utils.h')
-rw-r--r-- | protocols/JabberG/src/ui_utils.h | 4 |
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();
};
|