This commit is contained in:
bryner%brianryner.com 2006-02-08 01:50:23 +00:00
Родитель 4cb87bbda0
Коммит 39ccd2279a
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -3046,7 +3046,8 @@ nsNavHistoryFolderResultNode::RecursiveSort(
// Separator nodes do not hold any data
nsNavHistorySeparatorResultNode::nsNavHistorySeparatorResultNode()
: nsNavHistoryResultNode(EmptyCString(), 0, 0, EmptyCString())
: nsNavHistoryResultNode(EmptyCString(), EmptyCString(),
0, 0, EmptyCString())
{
}