diff --git a/mozilla/cmd/xfe/src/PropertySheetView.cpp b/mozilla/cmd/xfe/src/PropertySheetView.cpp index 7d7c1555dfc..baa08c4abeb 100644 --- a/mozilla/cmd/xfe/src/PropertySheetView.cpp +++ b/mozilla/cmd/xfe/src/PropertySheetView.cpp @@ -106,7 +106,7 @@ XFE_PropertyTabView* XFE_PropertySheetView::addTab(int tabNameId) return tab; }/* XFE_PropertySheetView::addTab */ -void XFE_PropertySheetView::addTab(XFE_PropertyTabView* tabb, XP_Bool show) +void XFE_PropertySheetView::addTab(XFE_PropertyTabView* tab, XP_Bool show) { addView(tab); if (show) tab->show();