diff options
Diffstat (limited to 'plugins/Nudge/src')
-rw-r--r-- | plugins/Nudge/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp index 2b280f6a45..62ad9d2084 100644 --- a/plugins/Nudge/src/main.cpp +++ b/plugins/Nudge/src/main.cpp @@ -414,7 +414,7 @@ static int PrebuildContactMenu(WPARAM hContact, LPARAM) {
char *szProto = Proto_GetBaseAccountName(hContact);
if (szProto != nullptr)
- NudgeShowMenu((WPARAM)szProto, !Contact_IsGroupChat(hContact, szProto));
+ NudgeShowMenu((WPARAM)szProto, !Contact::IsGroupChat(hContact, szProto));
return 0;
}
|