Fix typo to get build going.

git-svn-id: svn://10.0.0.236/branches/NORMANDY_BRANCH@1989 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tao
1998-05-20 00:07:27 +00:00
parent 4f8bf3c0f3
commit f7c6f04f2c

View File

@@ -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();