Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me

This commit is contained in:
2007-04-23 07:21:53 -07:00
parent ea1947b760
commit 7334d31070
155 changed files with 442 additions and 442 deletions

View File

@@ -53,7 +53,7 @@ struct nsHTMLReflowState;
class nsITableLayoutStrategy
{
public:
virtual ~nsITableLayoutStrategy() {};
virtual ~nsITableLayoutStrategy() {}
/** Implement nsIFrame::GetMinWidth for the table */
virtual nscoord GetMinWidth(nsIRenderingContext* aRenderingContext) = 0;