summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SmileyAdd/src/services.h')
-rw-r--r--plugins/SmileyAdd/src/services.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/services.h b/plugins/SmileyAdd/src/services.h
index 113485429b..6a877d63e8 100644
--- a/plugins/SmileyAdd/src/services.h
+++ b/plugins/SmileyAdd/src/services.h
@@ -39,7 +39,7 @@ int AccountListChanged(WPARAM wParam, LPARAM lParam);
int DbSettingChanged(WPARAM wParam, LPARAM lParam);
int ReloadColour(WPARAM, LPARAM);
-SmileyPackType* GetSmileyPack(const char* proto, MCONTACT hContact = NULL, SmileyPackCType** smlc = NULL);
+SmileyPackType* GetSmileyPack(const char* proto, MCONTACT hContact = NULL, SmileyPackCType** smlc = nullptr);
#endif // SMILEYADD_SERVICES_H_