Was using the wrong IID to implement nsISupports. Fixed.

git-svn-id: svn://10.0.0.236/trunk@29642 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
erik%netscape.com
1999-04-28 01:43:51 +00:00
parent 019bec8760
commit ea0b01b163
2 changed files with 2 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ nsPersistentProperties::~nsPersistentProperties()
NS_DEFINE_IID(kIPropertiesIID, NS_IPROPERTIES_IID);
NS_IMPL_ISUPPORTS(nsPersistentProperties, kIPropertiesIID)
NS_IMPL_ISUPPORTS(nsPersistentProperties, nsIPersistentProperties::GetIID())
NS_IMETHODIMP
nsPersistentProperties::Load(nsIInputStream *aIn)