Init fEntireContent

This commit is contained in:
kipp 1998-06-03 15:47:48 +00:00
parent 55edd67670
commit f31e8fd941

View File

@ -24,6 +24,7 @@ nsSelectionPoint::nsSelectionPoint(nsIContent * aContent,
fContent = aContent;
fOffset = aOffset;
fIsAnchor = aIsAnchor;
fEntireContent = PR_FALSE;
}
nsSelectionPoint::~nsSelectionPoint()