diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-02-24 18:45:25 +0100 |
---|---|---|
committer | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-02-24 18:45:25 +0100 |
commit | d2de6252bde0224c4b71c9dcf28afa5e7294b85b (patch) | |
tree | 5e7cdf3996161d2d097a8e0891e57b69bb900e7d /include | |
parent | 5ab4d212894668326b7444db9df31a382625aec8 (diff) |
Jabber: remove extra qualification on members
Diffstat (limited to 'include')
-rw-r--r-- | include/m_jabber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_jabber.h b/include/m_jabber.h index a89f873a2b..00f7e43f5a 100644 --- a/include/m_jabber.h +++ b/include/m_jabber.h @@ -177,7 +177,7 @@ __forceinline IJabberInterface *getJabberApi(const char *szAccount) if (!CallProtoService(szAccount, JS_GETJABBERAPI, 0, (LPARAM)&ji))
return ji;
- return NULL;
+ return nullptr;
}
#endif // __cplusplus
|