summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/IEView.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/src/IEView.h')
-rw-r--r--plugins/IEView/src/IEView.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h
index 6f4aa7eb60..6621500830 100644
--- a/plugins/IEView/src/IEView.h
+++ b/plugins/IEView/src/IEView.h
@@ -423,8 +423,7 @@ public:
class IEView :public IDispatch, public IOleClientSite, public IOleInPlaceSite, public IDocHostUIHandler, public IInternetSecurityManager, public IServiceProvider {
private:
static IEView *list;
- static CRITICAL_SECTION mutex;
- static bool isInited;
+ static mir_cs mutex;
HWND parent;
HWND hwnd;
IEView *prev, *next;
@@ -555,7 +554,6 @@ public:
void setContact(MCONTACT hContact);
static IEView* get(HWND);
- static void init();
static void release();
static void setOptions();