diff options
Diffstat (limited to 'plugins/IEView/src/IEView.h')
-rw-r--r-- | plugins/IEView/src/IEView.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h index e2e1cec47d..8c5692c7d5 100644 --- a/plugins/IEView/src/IEView.h +++ b/plugins/IEView/src/IEView.h @@ -437,11 +437,11 @@ private: IEViewSink *sink;
HTMLBuilder *builder;
- WNDPROC mainWndProc, docWndProc, serverWndProc;
- bool getFocus;
- bool clearRequired;
- BSTR selectedText;
- bool isContactSet;
+ WNDPROC mainWndProc, docWndProc, serverWndProc;
+ bool getFocus;
+ bool clearRequired;
+ WCHAR* selectedText;
+ bool isContactSet;
MCONTACT hContact;
// IUnknown
|