mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
fix class casting bustage
This commit is contained in:
parent
ed9c5e00ef
commit
9521f9ba8d
@ -21,10 +21,13 @@
|
||||
* Alec Flett <alecf@netscape.com>
|
||||
*/
|
||||
|
||||
#ifndef __nsMsgSearchValue_h
|
||||
#define __nsMsgSearchValue_h
|
||||
|
||||
#include "nsIMsgSearchValue.h"
|
||||
#include "nsMsgSearchCore.h"
|
||||
|
||||
class nsMsgSearchValueImpl : nsIMsgSearchValue {
|
||||
class nsMsgSearchValueImpl : public nsIMsgSearchValue {
|
||||
public:
|
||||
nsMsgSearchValueImpl(nsMsgSearchValue *aInitialValue);
|
||||
virtual ~nsMsgSearchValueImpl();
|
||||
@ -37,3 +40,4 @@ class nsMsgSearchValueImpl : nsIMsgSearchValue {
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user