summaryrefslogtreecommitdiffstats
path: root/basctl/inc/iderdll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/inc/iderdll.hxx')
-rw-r--r--basctl/inc/iderdll.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/basctl/inc/iderdll.hxx b/basctl/inc/iderdll.hxx
index 02e2c75bb014..2b89991e5ff7 100644
--- a/basctl/inc/iderdll.hxx
+++ b/basctl/inc/iderdll.hxx
@@ -29,6 +29,11 @@
#ifndef _IDERDLL_HXX
#define _IDERDLL_HXX
+namespace BasicIDEGlobals
+{
+ void ensure();
+}
+
class BasicIDEShell;
class BasicIDEData;
@@ -45,7 +50,6 @@ public:
BasicIDEShell* GetShell() const { return pShell; }
BasicIDEData* GetExtraData();
- static void Init();
static BasicIDEDLL* GetDLL();
};