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 7a56fce4c8..85f2b427bd 100644 --- a/protocols/Tox/src/tox_icons.cpp +++ b/protocols/Tox/src/tox_icons.cpp @@ -52,7 +52,7 @@ HANDLE CToxProto::GetIconHandle(const char *name)  	return NULL;
  }
 -HANDLE CToxProto::GetSkinIconHandle(const char *name)
 +HANDLE CToxProto::Skin_GetIconHandle(const char *name)
  {
  	char iconName[100];
  	mir_snprintf(iconName, SIZEOF(iconName), "%s_%s", MODULE, name);
  | 
