diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-26 16:02:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-26 16:02:07 +0300 |
commit | 5c002a15891fc4cdfaeda7247003e13db28fc5ca (patch) | |
tree | 338e8761141349996a1d3f67a570744b474f837f /plugins/Scriver/src/utils.h | |
parent | 12d4034fdbd989caa495dfe665fade69eab09174 (diff) |
Scriver moved to UI classes
Diffstat (limited to 'plugins/Scriver/src/utils.h')
-rw-r--r-- | plugins/Scriver/src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/utils.h b/plugins/Scriver/src/utils.h index ddc50a9b27..12f668969a 100644 --- a/plugins/Scriver/src/utils.h +++ b/plugins/Scriver/src/utils.h @@ -48,7 +48,7 @@ void AppendToBuffer(char *&buffer, size_t &cbBufferEnd, size_t &cbBufferAlloced, int MeasureMenuItem(WPARAM wParam, LPARAM lParam);
int DrawMenuItem(WPARAM wParam, LPARAM lParam);
void SetSearchEngineIcons(HMENU hMenu, HIMAGELIST hImageList);
-void GetContactUniqueId(SrmmWindowData *dat, char *buf, int maxlen);
+void GetContactUniqueId(class CSrmmWindow *dat, char *buf, int maxlen);
HWND CreateToolTip(HWND hwndParent, LPTSTR ptszText, LPTSTR ptszTitle, RECT *rect);
void SetToolTipText(HWND hwndParent, HWND hwndTT, LPTSTR ptszText, LPTSTR ptszTitle);
void SetToolTipRect(HWND hwndParent, HWND hwndTT, RECT* rect);
|