diff options
Diffstat (limited to 'plugins/SecureIM/src/crypt_misc.cpp')
-rw-r--r-- | plugins/SecureIM/src/crypt_misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/crypt_misc.cpp b/plugins/SecureIM/src/crypt_misc.cpp index 6e34f77aee..ec7d6d1088 100644 --- a/plugins/SecureIM/src/crypt_misc.cpp +++ b/plugins/SecureIM/src/crypt_misc.cpp @@ -86,7 +86,7 @@ void waitForExchange(pUinKey ptr, int flag) break;
ptr->waitForExchange = 1;
- mir_forkthread(sttWaitForExchange, ptr->hContact);
+ mir_forkthread(sttWaitForExchange, (void*)ptr->hContact);
break;
}
}
|