diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-23 18:57:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-23 18:57:33 +0000 |
commit | 4535f8706bbb0844fdddd73e7911606d58b7502d (patch) | |
tree | 1fc87230e575fe90294a7f8170f9197b2416ff41 /plugins/TabSRMM/src/contactcache.h | |
parent | 3c0dcc2b03f6713b9c1906b3960801bcdf05666a (diff) |
direct access to META_PROTO removed from tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@9927 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/contactcache.h')
-rw-r--r-- | plugins/TabSRMM/src/contactcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/contactcache.h b/plugins/TabSRMM/src/contactcache.h index 0d8626d2bd..d38a622d6c 100644 --- a/plugins/TabSRMM/src/contactcache.h +++ b/plugins/TabSRMM/src/contactcache.h @@ -124,7 +124,7 @@ struct CContactCache : public MZeroedObject void inputHistoryEvent(WPARAM wParam);
static CContactCache* getContactCache(MCONTACT hContact);
- static void cacheUpdateMetaChanged();
+ static int cacheUpdateMetaChanged(WPARAM wParam, LPARAM lParam);
private:
void allocStats();
|