diff options
author | George Hazan <ghazan@miranda.im> | 2017-09-04 22:22:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-09-04 22:22:27 +0300 |
commit | 25d3cbef4a3a8fa09151de730deb7fcda94ffe4d (patch) | |
tree | abd142f1dfb237a2d660c3c8764b1422828c16b9 /plugins/Clist_modern/src/modern_global.cpp | |
parent | d4d99f08d3cb4dc3d8451c88fe366bfd699bb37a (diff) |
Clist_Modern:
- useless error message removed;
- code cleaning;
- version bump;
Diffstat (limited to 'plugins/Clist_modern/src/modern_global.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_global.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_modern/src/modern_global.cpp b/plugins/Clist_modern/src/modern_global.cpp index 8ce97e0965..073f4e948b 100644 --- a/plugins/Clist_modern/src/modern_global.cpp +++ b/plugins/Clist_modern/src/modern_global.cpp @@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // Global variables
//int hClcProtoCount = 0;
-//ClcProtoStatus *clcProto = NULL;
-HIMAGELIST g_himlCListClc = NULL;
-HICON g_hListeningToIcon = NULL;
+//ClcProtoStatus *clcProto = nullptr;
+HIMAGELIST g_himlCListClc = nullptr;
+HICON g_hListeningToIcon = nullptr;
char* g_szMetaModuleName = 0;
|