Fixing windows newlines and private destructor.

Original committer: bryner%brianryner.com
Original revision: 1.8
Original date: 2005/11/17 00:47:48
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 15:22:11 +00:00
Родитель 398102784c
Коммит df393f354b
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -117,10 +117,9 @@ public:
NS_DECL_ISUPPORTS
NS_DECL_NSINAVHISTORYRESULTNODE
private:
protected:
virtual ~nsNavHistoryResultNode() {}
protected:
// parent of this element, NULL if no parent. Filled in by FillAllElements
// in the result set.
nsNavHistoryResultNode* mParent;