Removing build warnings.

This commit is contained in:
hyatt%netscape.com 1999-12-05 04:57:13 +00:00
parent ff42cfec6d
commit 9d195012a3
2 changed files with 4 additions and 0 deletions

View File

@ -386,6 +386,8 @@ struct nsTableCreator {
mPresShell = aPresShell;
}
virtual ~nsTableCreator() {};
nsCOMPtr<nsIPresShell> mPresShell;
};

View File

@ -386,6 +386,8 @@ struct nsTableCreator {
mPresShell = aPresShell;
}
virtual ~nsTableCreator() {};
nsCOMPtr<nsIPresShell> mPresShell;
};