diff options
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 82b719af32..a96311c6f0 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -389,8 +389,8 @@ struct ThreadData void shutdown(void);
int recv(char* buf, size_t len);
int send(char* buffer, int bufsize = -1);
- int send(TiXmlElement *node);
- int send_no_strm_mgmt(TiXmlElement *node);
+ int send(const TiXmlElement *node);
+ int send_no_strm_mgmt(const TiXmlElement *node);
private:
bool bShutdown;
|