this time the regeneration of this file by idlc is the good one!

This commit is contained in:
ducarroz%netscape.com 1999-04-10 03:32:28 +00:00
Родитель 3643809c45
Коммит 6d0885aafa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -303,7 +303,7 @@ BaseAppCore(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
//
// BaseAppCore class initialization
//
nsresult NS_InitBaseAppCoreClass(nsIScriptContext *aContext, void **aPrototype)
extern "C" NS_DOM nsresult NS_InitBaseAppCoreClass(nsIScriptContext *aContext, void **aPrototype)
{
JSContext *jscontext = (JSContext *)aContext->GetNativeContext();
JSObject *proto = nsnull;