This commit is contained in:
av%netscape.com 1999-06-24 21:34:37 +00:00
Родитель 7fef340bde
Коммит 4aabe84866
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -142,7 +142,7 @@ public:
//nsIEventListener interface
nsEventStatus ProcessEvent(const nsGUIEvent & anEvent);
void Paint(const nsRect& aDirtyRect, PRUint32 ndc);
void Paint(const nsRect& aDirtyRect, PRUint32 ndc = nsnull);
// nsITimerCallback interface
virtual void Notify(nsITimer *timer);

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

@ -142,7 +142,7 @@ public:
//nsIEventListener interface
nsEventStatus ProcessEvent(const nsGUIEvent & anEvent);
void Paint(const nsRect& aDirtyRect, PRUint32 ndc);
void Paint(const nsRect& aDirtyRect, PRUint32 ndc = nsnull);
// nsITimerCallback interface
virtual void Notify(nsITimer *timer);