diff options
Diffstat (limited to 'plugins/FavContacts/src/main.cpp')
-rw-r--r-- | plugins/FavContacts/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FavContacts/src/main.cpp b/plugins/FavContacts/src/main.cpp index 22fa356b6c..04d429a82b 100644 --- a/plugins/FavContacts/src/main.cpp +++ b/plugins/FavContacts/src/main.cpp @@ -48,7 +48,7 @@ IconItem iconList[] = { LPGEN("Regular Contact"), "favcontacts_regular", IDI_REGULAR },
};
-CContactCache *g_contactCache = NULL;
+CContactCache *g_contactCache = nullptr;
Options g_Options = { 0 };
|