Fixing build bustage.

git-svn-id: svn://10.0.0.236/trunk@110660 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
heikki%netscape.com
2001-12-18 00:15:15 +00:00
parent ead1a29d6a
commit 0fac54b986
2 changed files with 2 additions and 2 deletions

View File

@@ -10449,7 +10449,7 @@ nsCSSFrameConstructor::AttributeChanged(nsIPresContext* aPresContext,
if (primaryFrame) {
const nsStyleDisplay* disp;
primaryFrame->GetStyleData(eStyleStruct_Display,
(nsStyleStruct*&)disp);
(const nsStyleStruct*&)disp);
if (disp && disp->mAppearance) {
nsCOMPtr<nsITheme> theme;
aPresContext->GetTheme(getter_AddRefs(theme));