This commit is contained in:
roc+%cs.cmu.edu 2008-01-27 00:10:21 +00:00
Родитель d1b9b314a5
Коммит e8811867ac
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -381,7 +381,7 @@ public:
}
private:
UpdateViewBatch(const UpdateViewBatch& aOther) : mRootVM(aOther.mRootVM);
UpdateViewBatch(const UpdateViewBatch& aOther);
const UpdateViewBatch& operator=(const UpdateViewBatch& aOther);
nsCOMPtr<nsIViewManager> mRootVM;