diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_xstatus.h')
-rw-r--r-- | protocols/JabberG/src/jabber_xstatus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_xstatus.h b/protocols/JabberG/src/jabber_xstatus.h index 604da46b5f..f72839c3e4 100644 --- a/protocols/JabberG/src/jabber_xstatus.h +++ b/protocols/JabberG/src/jabber_xstatus.h @@ -116,7 +116,7 @@ public: for (int i=0; i < getCount(); i++)
if (!mir_wstrcmp((*this)[i].GetNode(), node))
return &((*this)[i]);
- return NULL;
+ return nullptr;
}
};
|