fix compiler error, need to specify base class 'type'

This commit is contained in:
jdunn%netscape.com 1999-04-12 21:46:53 +00:00
parent 019862cec6
commit 4b7b87047f

View File

@ -49,7 +49,7 @@ public:
virtual PRInt32 HandleLine(char *line, PRUint32 line_length) = 0;
};
class nsMsgLineBuffer : nsByteArray
class nsMsgLineBuffer : public nsByteArray
{
public:
nsMsgLineBuffer(nsMsgLineBufferHandler *handler, PRBool convertNewlinesP);