fixed some small declaration problems

This commit is contained in:
dcone%netscape.com 1998-10-08 17:48:50 +00:00
parent 233aa43ce2
commit 4c099da38f
4 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,7 @@ protected:
virtual ~nsFieldSetFrame();
void nsFieldSetFrame::SetMaxElementSize(nsSize& maxSize, nsSize* aSize);
void SetMaxElementSize(nsSize& maxSize, nsSize* aSize);
virtual PRIntn GetSkipSides() const;
//virtual void GetDesiredSize(nsIPresContext* aPresContext,
// const nsReflowState& aReflowState,

View File

@ -48,7 +48,7 @@ public:
nsIRenderingContext& aRenderingContext,
const nsRect& aDirtyRect);
PRInt32 nsLegendFrame::GetAlign();
PRInt32 GetAlign();
PRBool IsInline();

View File

@ -73,7 +73,7 @@ protected:
virtual ~nsFieldSetFrame();
void nsFieldSetFrame::SetMaxElementSize(nsSize& maxSize, nsSize* aSize);
void SetMaxElementSize(nsSize& maxSize, nsSize* aSize);
virtual PRIntn GetSkipSides() const;
//virtual void GetDesiredSize(nsIPresContext* aPresContext,
// const nsReflowState& aReflowState,

View File

@ -48,7 +48,7 @@ public:
nsIRenderingContext& aRenderingContext,
const nsRect& aDirtyRect);
PRInt32 nsLegendFrame::GetAlign();
PRInt32 GetAlign();
PRBool IsInline();