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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user