From 3530f56bdbd2a1ee41d759ea064b75d0d3b2cdd8 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Sat, 26 Jun 1999 20:27:28 +0000 Subject: [PATCH] add [ptr] version of nsFileSpec --- xpcom/io/nsIFileSpec.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/xpcom/io/nsIFileSpec.idl b/xpcom/io/nsIFileSpec.idl index b690f7cd75cb..31b5399958ac 100644 --- a/xpcom/io/nsIFileSpec.idl +++ b/xpcom/io/nsIFileSpec.idl @@ -44,6 +44,7 @@ interface nsIInputStream; native nsFileSpec(nsFileSpec); [ref] native nsFileSpecRef(nsFileSpec); +[ptr] native nsFileSpecPtr(nsFileSpec); [scriptable, uuid(d8c0a080-0868-11d3-915f-d9d889d48e3c)] interface nsIFileSpec : nsISupports