nsICollection's nsQueryElementAt class is exported. r=darin, sr=alec, a=asa, b=158931

This commit is contained in:
dougt%netscape.com 2002-07-25 20:12:18 +00:00
Родитель fbad5b63fb
Коммит 18565a33ea
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -63,7 +63,7 @@ interface nsICollection : nsISerializable
#include "nsCOMPtr.h"
#endif
class NS_EXPORT nsQueryElementAt : public nsCOMPtr_helper
class NS_COM nsQueryElementAt : public nsCOMPtr_helper
{
public:
nsQueryElementAt( nsICollection* aCollection, PRUint32 aIndex, nsresult* aErrorPtr )