diff options
Diffstat (limited to 'protocols/Tox/src/tox_icons.cpp')
| -rw-r--r-- | protocols/Tox/src/tox_icons.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_icons.cpp b/protocols/Tox/src/tox_icons.cpp index 87ebdaa925..a96e7984d4 100644 --- a/protocols/Tox/src/tox_icons.cpp +++ b/protocols/Tox/src/tox_icons.cpp @@ -20,5 +20,5 @@ HANDLE CToxProto::GetIconHandle(int iconId)  		if (Icons[i].defIconID == iconId)
  			return Icons[i].hIcolib;
 -	return NULL;
 +	return nullptr;
  }
  | 
