summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Skype/src/skypekit/search.h')
-rw-r--r--protocols/Skype/src/skypekit/search.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/protocols/Skype/src/skypekit/search.h b/protocols/Skype/src/skypekit/search.h
index fa5819ccee..dde9a043e3 100644
--- a/protocols/Skype/src/skypekit/search.h
+++ b/protocols/Skype/src/skypekit/search.h
@@ -12,12 +12,14 @@ public:
bool isSeachFinished;
bool isSeachFailed;
- CContactSearch(unsigned int oid, SERootObject* root);
+ CContactSearch(unsigned int oid, CSkypeProto* _ppro);
void OnChange(int prop);
void OnNewResult(const ContactRef &contact, const uint &rankValue);
- void SetProtoInfo(CSkypeProto* proto, HANDLE hSearch);
+ __forceinline void SetProtoInfo(HANDLE _hSearch) {
+ hSearch = _hSearch;
+ }
void BlockWhileSearch();