This commit is contained in:
kipp 1998-06-03 15:47:48 +00:00
Родитель 55edd67670
Коммит f31e8fd941
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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