diff options
Diffstat (limited to 'plugins/NewsAggregator/Src/Icons.cpp')
-rw-r--r-- | plugins/NewsAggregator/Src/Icons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Icons.cpp b/plugins/NewsAggregator/Src/Icons.cpp index 8cfd2716e2..763890c580 100644 --- a/plugins/NewsAggregator/Src/Icons.cpp +++ b/plugins/NewsAggregator/Src/Icons.cpp @@ -49,5 +49,5 @@ HANDLE GetIconHandle(const char *name) if ( !mir_strcmp(iconList[i].szName, name))
return iconList[i].hIcolib;
- return NULL;
+ return nullptr;
}
|