diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-08 13:30:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-08 13:30:20 +0300 |
commit | 5d6c01bca4fa66148b55f42f426c17ebe74fb4cb (patch) | |
tree | 998aaf950edc6c78a535ac6d85443f06a0312d3d /plugins/TabSRMM/src/globals.h | |
parent | 1a6f8de0cfcff7500258b8b048b7216d5dc26dc9 (diff) |
fix for the wrong type cast
Diffstat (limited to 'plugins/TabSRMM/src/globals.h')
-rw-r--r-- | plugins/TabSRMM/src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/globals.h b/plugins/TabSRMM/src/globals.h index 61fcb4c966..244a7f68f8 100644 --- a/plugins/TabSRMM/src/globals.h +++ b/plugins/TabSRMM/src/globals.h @@ -32,7 +32,7 @@ struct TSplitterBroadCast {
TContainerData *pSrcContainer;
- CSrmmWindow *pSrcDat;
+ CTabBaseDlg *pSrcDat;
LONG pos, pos_chat;
LONG off_chat, off_im;
LPARAM lParam;
|