Changed GetParent() to use ** instead of *&

git-svn-id: svn://10.0.0.236/trunk@20205 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-02-10 01:36:30 +00:00
parent 72c48ee8e7
commit 2af2ec249b
48 changed files with 184 additions and 180 deletions

View File

@@ -999,7 +999,7 @@ nsTableRowGroupFrame::Reflow(nsIPresContext& aPresContext,
mStyleContext->GetPseudoType(pseudoTag);
if (pseudoTag == nsHTMLAtoms::scrolledContentPseudo) {
nsIFrame* scrollFrame;
GetParent(scrollFrame);
GetParent(&scrollFrame);
const nsStyleDisplay *display;
scrollFrame->GetStyleData(eStyleStruct_Display, ((const nsStyleStruct *&)display));
if ((NS_STYLE_OVERFLOW_SCROLL == display->mOverflow) ||