fixed mac bustage

This commit is contained in:
buster%netscape.com 1999-05-05 05:17:59 +00:00
parent 31dda5d681
commit 3ea6d7ff2b
2 changed files with 4 additions and 4 deletions

View File

@ -76,8 +76,8 @@ protected:
public:
const static char* nsEditor::kMOZEditorBogusNodeAttr;
const static char* nsEditor::kMOZEditorBogusNodeValue;
const static char* kMOZEditorBogusNodeAttr;
const static char* kMOZEditorBogusNodeValue;
/** The default constructor. This should suffice. the setting of the interfaces is done
* after the construction of the editor class.

View File

@ -76,8 +76,8 @@ protected:
public:
const static char* nsEditor::kMOZEditorBogusNodeAttr;
const static char* nsEditor::kMOZEditorBogusNodeValue;
const static char* kMOZEditorBogusNodeAttr;
const static char* kMOZEditorBogusNodeValue;
/** The default constructor. This should suffice. the setting of the interfaces is done
* after the construction of the editor class.