diff options
Diffstat (limited to 'protocols/GTalkExt/src/inbox.cpp')
-rw-r--r-- | protocols/GTalkExt/src/inbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/GTalkExt/src/inbox.cpp b/protocols/GTalkExt/src/inbox.cpp index 9fd82a5aec..2271972fbb 100644 --- a/protocols/GTalkExt/src/inbox.cpp +++ b/protocols/GTalkExt/src/inbox.cpp @@ -155,7 +155,7 @@ HANDLE FindNetUserHandle(LPCSTR acc) if (!ji)
return NULL;
- return ji->Net()->GetHandle();
+ return ji->GetHandle();
}
void OpenUrlThread(void *param)
|