there was a compile error
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8396 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
06938ea6ce
commit
5ff9c0d972
@ -603,7 +603,7 @@ void WinBorder::PrintToStream()
|
||||
if (fLevel == B_NORMAL_FEEL)
|
||||
printf("\t%s", "B_NORMAL_WINDOW_FEEL");
|
||||
|
||||
printf("\t%s\n", IsHidden()"hidden" : "not hidden");
|
||||
printf("\t%s\n", IsHidden()?"hidden" : "not hidden");
|
||||
}
|
||||
|
||||
void WinBorder::UpdateColors(void)
|
||||
|
Loading…
Reference in New Issue
Block a user