added to widget project, first version

This commit is contained in:
dcone%netscape.com 1998-10-09 21:43:42 +00:00
Родитель ae62095a5f
Коммит b7d86979f8
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -28,9 +28,9 @@ static NS_DEFINE_IID(kILookAndFeelIID, NS_ILOOKANDFEEL_IID);
NS_IMPL_ISUPPORTS(nsLookAndFeel, kILookAndFeelIID);
nsLookAndFeel::nsLookAndFeel(nsISupports *aOuter)
nsLookAndFeel::nsLookAndFeel()
{
mRefCnt = 0;
NS_INIT_REFCNT();
}
nsLookAndFeel::~nsLookAndFeel()

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

@ -24,7 +24,7 @@ class nsLookAndFeel: public nsILookAndFeel {
NS_DECL_ISUPPORTS
public:
nsLookAndFeel(nsISupports *aOuter);
nsLookAndFeel();
virtual ~nsLookAndFeel();
NS_IMETHOD GetColor(const nsColorID aID, nscolor &aColor);