Fix Mac build bustage

git-svn-id: svn://10.0.0.236/trunk@27899 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
1999-04-16 20:26:29 +00:00
parent 3310910d9e
commit e29c6d9d95

View File

@@ -29,6 +29,7 @@
class nsIStyleContext;
class nsIDOMRange;
class nsIDOMNode;
/**
* The text editor implementation.<br>
@@ -157,7 +158,7 @@ protected:
* into aNewParentNode, splitting aNode as necessary to maintain the relative
* position of all leaf content.
*/
NS_IMETHOD nsTextEditor::MoveContentIntoNewParent(nsIDOMNode *aNode,
NS_IMETHOD MoveContentIntoNewParent(nsIDOMNode *aNode,
nsIDOMNode *aOldParentNode,
PRInt32 aStartOffset,
PRInt32 aEndOffset,