From 3d977685e7dbc7b1f5fa3264c8a014b5b5d5ec43 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 23 Aug 2017 15:17:37 +0300 Subject: code cleaning --- protocols/JabberG/src/jabber_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG/src/jabber_list.h') diff --git a/protocols/JabberG/src/jabber_list.h b/protocols/JabberG/src/jabber_list.h index 1d6070ff3d..b56daae7cb 100644 --- a/protocols/JabberG/src/jabber_list.h +++ b/protocols/JabberG/src/jabber_list.h @@ -75,7 +75,7 @@ enum JABBER_RESOURCE_MODE // initial default to RSMODE_LASTSEEN { RSMODE_SERVER, // always let server decide (always send correspondence without resouce name) RSMODE_LASTSEEN, // use the last seen resource (or let server decide if haven't seen anything yet) - RSMODE_MANUAL // specify resource manually (see the defaultResource field - must not be NULL) + RSMODE_MANUAL // specify resource manually (see the defaultResource field - must not be nullptr) }; class JABBER_RESOURCE_STATUS : public MZeroedObject -- cgit v1.2.3