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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user