Fixing Solaris build bustage. r=scc. Thanks to scc and beard for helping me along with this. All give praise to gcc -S.

git-svn-id: svn://10.0.0.236/trunk@78009 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bruce%cubik.org
2000-09-02 06:36:09 +00:00
parent 7723d33d1c
commit c1616c08d6
4 changed files with 10 additions and 0 deletions

View File

@@ -64,6 +64,10 @@ CHTMLToken::CHTMLToken(eHTMLTags aTag) : CToken(aTag) {
}
CHTMLToken::~CHTMLToken() {
}
/**
* Setter method that changes the string value of this token
* @update gess5/11/98

View File

@@ -100,6 +100,7 @@ public:
CHTMLToken(const nsString& aString,eHTMLTags aTag=eHTMLTag_unknown);
virtual void SetCStringValue(const char* name);
virtual nsString& GetStringValueXXX(void);
virtual ~CHTMLToken();
protected:
};