Export the repeater class with NS_BASE

This commit is contained in:
sfraser%netscape.com 1999-01-29 02:21:13 +00:00
parent bf8abf0e0c
commit 0916232e43

View File

@ -19,9 +19,11 @@
#ifndef nsRepeater_h___
#define nsRepeater_h___
#include "nscore.h"
class EventRecord;
class Repeater {
class NS_BASE Repeater {
public:
Repeater();