mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 06:32:26 +00:00
@@ -407,7 +407,7 @@ private:
|
||||
|
||||
return( JS_TRUE );
|
||||
}
|
||||
static JSBool JSSetProperty( JSContext* cx, JSObject* obj, jsid id, jsval* vp )
|
||||
static JSBool JSSetProperty( JSContext* cx, JSObject* obj, jsid id, JSBool UNUSED(strict), jsval* vp )
|
||||
{
|
||||
T* Instance = ToNative<T>( cx, obj );
|
||||
if( !Instance )
|
||||
|
||||
Reference in New Issue
Block a user