Fixing bustage

This commit is contained in:
roc+@cs.cmu.edu 2008-01-26 16:10:21 -08:00
parent a93abc37c9
commit 019ef8a41f

View File

@ -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;